home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Developers / XAMPP 1.5.4 / Windows installer / xampp-win32-1.5.4-installer.exe / xampp / phpMyAdmin / ChangeLog < prev    next >
Encoding:
Text File  |  2006-08-22  |  430.8 KB  |  9,199 lines

  1. ----------------------
  2. phpMyAdmin - Changelog
  3. ----------------------
  4.  
  5. $Id: ChangeLog,v 2.1929.2.142.2.13 2006/08/22 18:01:45 lem9 Exp $
  6. $Source: /cvsroot/phpmyadmin/phpMyAdmin/ChangeLog,v $
  7.  
  8. 2006-08-22 Marc Delisle  <lem9@users.sourceforge.net>
  9.     * scripts/setup.php: bug #1536112, better fix (in case of 
  10.       register_globals enabled), thanks to Michal
  11.     ### 2.8.2.3 released from MAINT_2_8_2
  12.     * scripts/setup.php: bug #1544692, version 2.8.2.3 breaks setup.php
  13.       on a server with register_globals enabled, thanks to Juergen Windkiel
  14.     ### 2.8.2.4 released from MAINT_2_8_2
  15.  
  16. 2006-08-21 Marc Delisle  <lem9@users.sourceforge.net>
  17.     * libraries/common.lib.php, libraries/auth/cookie.auth.lib.php:
  18.       bug #1542875, Cookie auth on IIS
  19.  
  20. 2006-08-14 Marc Delisle  <lem9@users.sourceforge.net>
  21.     ### 2.8.2.2 released from MAINT_2_8_2
  22.  
  23. 2006-08-11 Marc Delisle  <lem9@users.sourceforge.net>
  24.     * libraries/auth/config.auth.lib.php: bug #1536112, config not loaded
  25.       (MySQL error 2002 or 2003)
  26.  
  27. 2006-08-02 Marc Delisle  <lem9@users.sourceforge.net>
  28.     ### 2.8.2.1 released from MAINT_2_8_2
  29.  
  30. 2006-08-01 Marc Delisle  <lem9@users.sourceforge.net>
  31.     * themes/darkblue_orange/css/theme_right.css.php, theme_left.css.php:
  32.       darkblue_orange was not readable, thanks to Juergen Windkiel
  33.     * Documentation.html: patch #1532493 + light editing from me,
  34.       thanks to Isaac Bennetch
  35.  
  36. 2006-07-28 Michal ─îiha┼Ö  <michal@cihar.com>
  37.     * scripts/setup.php: Include setup from HEAD:
  38.         - Protect against php code input from user (bug #1530370).
  39.         - Implement own var_export.
  40.  
  41. 2006-07-26 Marc Delisle  <lem9@users.sourceforge.net>
  42.     * libraries/common.lib.php: bug #1523784, blank page after Edit
  43.       in IE6 via IIS
  44.  
  45. 2006-07-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  46.      * libraries/Config.class.php: reload default configuration if
  47.        config.inc.php is removed
  48.  
  49. 2006-06-30 Marc Delisle  <lem9@users.sourceforge.net>
  50.     * libraries/common.lib.php: escape also single quotes 
  51.     ### 2.8.2 released from QA_2_8 
  52.  
  53. 2006-06-28 Marc Delisle  <lem9@users.sourceforge.net>
  54.     * libraries/common.lib.php: escape allowed parameters from non-token 
  55.       requests
  56.  
  57. 2006-06-15 Marc Delisle  <lem9@users.sourceforge.net>
  58.     * libraries/display_export.lib.php: reenable XML option in export
  59.  
  60. 2006-06-02 Marc Delisle  <lem9@users.sourceforge.net>
  61.     * Documentation.html: requirements: web browser with cookies enabled
  62.  
  63. 2006-05-29 Marc Delisle  <lem9@users.sourceforge.net>
  64.     * main.php: bug #1496881, CVS link broken in main.php
  65.  
  66. 2006-05-20 Marc Delisle  <lem9@users.sourceforge.net>
  67.     ### 2.8.1 released from MAINT_2_8_1
  68.  
  69. 2006-05-17 Marc Delisle  <lem9@users.sourceforge.net>
  70.     * server_privileges.php: bug #1478812, Add user (password containing 
  71.       a backslash; also minor optimization
  72.  
  73. 2006-05-15 Marc Delisle  <lem9@users.sourceforge.net>
  74.     * libraries/common.lib.php, bug #1475949, removing the default value
  75.  
  76. 2006-05-15 Michal ─îiha┼Ö  <michal@cihar.com>
  77.     * scripts/setup.php: Compatibility with security tokens (bug #1488453).
  78.     * scripts/setup.php: Fix detection of writable config (bug #1488447).
  79.  
  80. 2006-05-14 Michal ─îiha┼Ö  <michal@cihar.com>
  81.     * libraries/common.lib.php: Fix reading database list with MySQL wildcards
  82.       (bug #1487613).
  83.  
  84. 2006-05-12 Marc Delisle  <lem9@users.sourceforge.net>
  85.     ### 2.8.0.4 released from MAINT_2_8_0
  86.     ### 2.8.1-rc1 released from QA_2_8
  87.  
  88. 2006-05-12 Michal ─îiha┼Ö  <michal@cihar.com>
  89.     * libraries/footer.inc.php: Escape user input to avoid XSS.
  90.     * libraries/url_generating.lib.php, libraries/session.inc.php,
  91.       libraries/common.lib.php: Protect against external links which could
  92.       perform any action (CVE-2006-1804) (backport from HEAD).
  93.  
  94. 2006-05-05 Michal ─îiha┼Ö  <michal@cihar.com>
  95.     * libraries/export/sql.php: Fix UPDATE export with extended inserts
  96.       enabled (bug#1482103).
  97.  
  98. 2006-05-02 Michal ─îiha┼Ö  <michal@cihar.com>
  99.     * libraries/select_lang.lib.php, libraries/Theme_Manager.class.php: Escape
  100.       user input (CVE-2006-2031).
  101.  
  102. 2006-04-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  103.     * db_printview.php: fixed bug 'no tables found', refactored
  104.  
  105. 2006-04-27 Michal ─îiha┼Ö  <michal@cihar.com>
  106.     * sql.php: Show results of REPLACE as affected as it contains both deleted
  107.       and inserted rows count (bug #1475765).
  108.     * libraries/common.lib.php: Better detection of duplicate rows (bug
  109.       #1477500).
  110.  
  111. 2006-04-24 Michal ─îiha┼Ö  <michal@cihar.com>
  112.     * main.php: Fix logout link (bug #1474694).
  113.  
  114. 2006-04-21 Michal ─îiha┼Ö  <michal@cihar.com>
  115.     * libraries/import/csv.php: Fix importing files without trailing new line
  116.       (bug #1473944).
  117.  
  118. 2006-04-20 Michal ─îiha┼Ö  <michal@cihar.com>
  119.     * index.php: Check target against goto_whitelist.
  120.  
  121. 2006-04-14 Marc Delisle  <lem9@users.sourceforge.net>
  122.     * export.php: bug #1443004 part 2, export order for VIEWs
  123.  
  124. 2006-04-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  125.     * sql.php:
  126.        - fixed bug #1469469 cyclic redirect with sql.php as default table-page
  127.  
  128. 2006-04-12 Marc Delisle  <lem9@users.sourceforge.net>
  129.     * export.php: bug #1443004 part 1: do not generate INSERT statements
  130.       for an exported VIEW
  131.  
  132. 2006-04-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  133.     * css/phpmyadmin.css.php:
  134.       fixed bug #1446017 red border in outdated themes
  135.     * libraries/common.lib.php:
  136.        - added option to PMA_arrayWalkRecursive() to use function also on keys
  137.        - un-magic_quotes_gpc also keys in GPC arrays
  138.     * libraries/db_table_exists.lib.php:
  139.       cleanup - what a mess; fixed several undefined variables
  140.     * tbl_printview.php:
  141.       fixed undefined variable by including libraries/tbl_properties_common.php
  142.     * libraries/footer.inc.php:
  143.       fixed bug #1454874 Javascript error in new (not framed) print window
  144.     * css\phpmyadmin.css.php, scripts\setup.php, test\theme.php
  145.       themes\darkblue_orange\css\theme_right.css.php,
  146.       themes\original\css\theme_right.css.php:
  147.       fixed bug #1444466 theme directory not being processed correctly
  148.     * libraries\common.lib.php, libraries\Theme_Manager.class.php:
  149.       fixed bug #1469174 configuration changes not accepted in theme manager
  150.     * libraries\Theme_Manager.class.php:
  151.       fixed bug #1469120 missing property in Theme_Manager class
  152.     * libraries\common.lib.php:
  153.       fixed bug #1469109 PMA_backquote() issues
  154.  
  155. 2006-04-11 Marc Delisle  <lem9@users.sourceforge.net>
  156.     * Documentation.html: clarification about config.default.php
  157.  
  158. 2006-04-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  159.     * tbl_relation.php:
  160.       fixed bug #1459418 Add foreign key fail on column with ' in name
  161.     * index.php, libraries\auth\cookie.auth.lib.php,
  162.       libraries\auth\http.auth.lib.php, libraries\common.lib.php,
  163.       libraries\footer.inc.php, libraries\fpdf\fpdf.php,
  164.       libraries\grab_globals.lib.php, libraries\header.inc.php,
  165.       libraries\ip_allow_deny.lib.php, libraries\select_lang.lib.php,
  166.       libraries\Config.class.php:
  167.       use PMA_getenv()
  168.     * libraries\Config.class.php:
  169.       fixed not initilized variable in getCookiePath();
  170.     * libraries\common.lib.php:
  171.       added PMA_getenv() as a wrapper to $_SERVER, $_ENV, getenv() and apache_getenv()
  172.  
  173. 2006-04-11 Michal ─îiha┼Ö  <michal@cihar.com>
  174.     * lang/galician: Fix missing ; (bug #1468439).
  175.  
  176. 2006-04-10 Michal ─îiha┼Ö  <michal@cihar.com>
  177.     * libraries/Config.class.php: Check also default config mtime (bug
  178.       #1467620).
  179.     * libraries/Config.class.php: Better check for server system (patch
  180.       #1462738).
  181.     * libraries/import/csv.php: Fix parsing of large CSV files (bug #1456331).
  182.  
  183. 2006-04-07 Michal ─îiha┼Ö  <michal@cihar.com>
  184.     * scripts/setup.php: Parse correctly new version numbers.
  185.  
  186. 2006-04-06 Marc Delisle  <lem9@users.sourceforge.net>
  187.     * themes/*/css/theme_left.css.php, /theme_right.css.php:
  188.       protection from unplanned execution path
  189.     ### 2.8.0.3 released from branch MAINT_2_8_0
  190.  
  191. 2006-03-26 Marc Delisle  <lem9@users.sourceforge.net>
  192.     * sql.php: bug #1448890 Column expander doesn't work
  193.     * libraries/tbl_properties.inc.php: bug #1458334, undefined offset
  194.     * libraries/sqlparser.data.php: bug #1455373, CONVERT in reserved words
  195.  
  196. 2006-03-23 Michal ─îiha┼Ö  <michal@cihar.com>
  197.     * libraries/import/sql.php: Fix handling of -- (bug #1453430).
  198.  
  199. 2006-03-23 Marc Delisle  <lem9@users.sourceforge.net>
  200.     * libraries/display_tbl.lib.php: bug #1444417 blobs are centered
  201.     * libraries/common.lib.php: patch #1455286, catch 'permission denied'
  202.       error on SHOW DATABASES, thanks to Bernard Dautrevaux - b-dautrevaux
  203.  
  204. 2006-03-22 Alexander M. Turek  <me@derrabus.de>
  205.     * lang/spanish-*.inc.php: Updates, thanks to Daniel Hinostroza.
  206.     * lang/galician-*.inc.php: Updates, thanks to Xos├⌐ Calvo.
  207.  
  208. 2006-03-21 Marc Delisle  <lem9@users.sourceforge.net>
  209.     * libraries/common.lib.php: bug #1439002, drop basetable of a view gives
  210.       error on overview
  211.  
  212. 2006-03-20 Alexander M. Turek  <me@derrabus.de>
  213.     * Documentation.html: Added a note about Connector/PHP to FAQ 1.17.
  214.  
  215. 2006-03-17 Michal ─îiha┼Ö  <michal@cihar.com>
  216.     * scripts/setup.php: Allow empty socket (bug #1452142).
  217.  
  218. 2006-03-16 Marc Delisle  <lem9@users.sourceforge.net>
  219.     * libraries/Theme_Manager.class.php: XSS vulnerability
  220.     * libraries/common.lib.php: bug #1392554, turn off 
  221.        zend.ze1_compatibility_mode due to mysqli problems
  222.     ### 2.8.0.2 released from branch MAINT_2_8_0
  223.  
  224. 2006-03-16 Michal ─îiha┼Ö  <michal@cihar.com>
  225.     * scripts/create-release.sh: Use w3m instead of lynx (bug #1451635).
  226.  
  227. 2006-03-16 Marc Delisle  <lem9@users.sourceforge.net>
  228.     * libraries/display_tbl.lib.php: undefined variable when a BLOB is NULL
  229.  
  230. 2006-03-15 Michal ─îiha┼Ö  <michal@cihar.com>
  231.     * libraries/export/htmlexcel.php: Fix output handling (bug #1450555).
  232.  
  233. 2006-03-14 Michal ─îiha┼Ö  <michal@cihar.com>
  234.     * scripts/setup.php: Fix config loading (bug #1449821).
  235.  
  236. 2006-03-14 Marc Delisle  <lem9@users.sourceforge.net>
  237.     * libraries/common.lib.php: bug #1449715, loading of binary data very slow
  238.     * server_privileges.php: compatibility with MySQL < 4.0.2
  239.     * server_databases.php: bug #1445991, compatibility with MySQL 3.23.52
  240.  
  241. 2006-03-13 Marc Delisle  <lem9@users.sourceforge.net>
  242.     * libraries/Config.class.php, /common.lib.php: bug #1445120, 
  243.       cookie login not working on IIS
  244.  
  245. 2006-03-10 Marc Delisle  <lem9@users.sourceforge.net>
  246.     * libraries/display_tbl.lib.php: reactivate in-line image display
  247.     * transformation_wrapper.php: bug #1444121, octetstream download fails
  248.       on versions of PHP accepting only one line per header,
  249.       thanks to Ryan Schmidt
  250.  
  251. 2006-03-08 Marc Delisle  <lem9@users.sourceforge.net>
  252.     * libraries/database_interface.lib.php, tbl_create.php,
  253.       tbl_properties_operations.php: bug #1444892, TYPE deprecated in 
  254.       MySQL 5.1
  255.  
  256. 2006-03-08 Michal ─îiha┼Ö  <michal@cihar.com>
  257.     * scripts/setup.php: Sync with HEAD fixes (bug #1435806).
  258.  
  259. 2006-03-07 Marc Delisle  <lem9@users.sourceforge.net>
  260.     * libraries/Config.class.php: bug #1444867, does not load config.inc.php
  261.       under PHP < 4.3.0, thanks to Julian Ladisch - julianladisch
  262.  
  263. 2006-03-06 Marc Delisle  <lem9@users.sourceforge.net>
  264.     * main.php: bug #1443337, homepage link
  265.     ### 2.8.0 released from branch MAINT_2_8_0
  266.  
  267. 2006-03-04 Marc Delisle  <lem9@users.sourceforge.net>
  268.     * lang/swedish: Update, thanks to Bj├╢rn T. Hallberg - bjornth.
  269.     * import.php, libraries/common.lib.php: bug #1413880, page status not
  270.       preserved on Refresh
  271.     * lang/chinese_traditional: Updates, thanks to Siu Sun.
  272.  
  273. 2006-03-03 Michal ─îiha┼Ö  <michal@cihar.com>
  274.     * libraries/Theme_Manager.class.php: Fix include path (bug #1442008).
  275.  
  276. 2006-03-02 Marc Delisle  <lem9@users.sourceforge.net>
  277.     * libraries/session.inc.php and removed .htaccess:
  278.       bug #1411996: now we destroy an auto-started session
  279.     ### 2.8.0-rc2 released from MAINT_2_8_0 branch
  280.  
  281. 2006-03-02 Michal ─îiha┼Ö  <michal@cihar.com>
  282.     * libraries/display_tbl.lib.php: Fix parameter to transformation (bug
  283.       #1440926).
  284.  
  285. 2006-02-25 Marc Delisle  <lem9@users.sourceforge.net>
  286.     * lang/japanese*: update, thanks to Ishigaki Kenichi - tcool
  287.  
  288. 2006-02-24 Marc Delisle  <lem9@users.sourceforge.net>
  289.     * libraries/relation.lib.php: bug #1437754, search combos default to
  290.       key zero
  291.     * lang/swedish: Update, thanks to Bj├╢rn T. Hallberg - bjornth.
  292.  
  293. 2006-02-23 Marc Delisle  <lem9@users.sourceforge.net>
  294.     * libraries/Config.class.php: bug #1418769 part 1: stat failed for 
  295.       ./config.inc.php (under PHP 4)
  296.     * sql.php: bug #1437499, LIMIT clause when query ends with semicolon
  297.  
  298. 2006-02-22 Marc Delisle  <lem9@users.sourceforge.net>
  299.     * libraries/display_tbl.lib.php: bug #1435303, error on empty BLOB transf.
  300.     * .htaccess: added a reference to the FAQ
  301.  
  302. 2006-02-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  303.     * libraries/footer.inc.php:
  304.       bug #1436279 Left frame links open in new windows in Safari
  305.     * libraries/dbi/mysqli.dbi.lib.php: workaround for http://bugs.php.net/36007
  306.     * libraries/database_interface.lib.php PMA_DBI_get_tables_full(), left.php:
  307.       added workaround for bug #1436171 Cannot display Capitalised Databases
  308.  
  309. 2006-02-21 Michal ─îiha┼Ö  <michal@cihar.com>
  310.     * scripts/setup.php: Various bug fixes (bug #1435700, bug #1435806,
  311.       undefined indexes).
  312.  
  313. 2006-02-20 Marc Delisle  <lem9@users.sourceforge.net>
  314.     ### 2.8.0-rc1 released
  315.  
  316. 2006-02-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  317.     * sql.php:
  318.       - fixed bug #1431422 Safari: Print view prints blank page
  319.       - fixed some 'not refreshing left frame'
  320.  
  321. 2006-02-19 Marc Delisle  <lem9@users.sourceforge.net>
  322.     * libraries/common.lib.php: re-establish previous error reporting mode
  323.     * sql.php: bug #1434576, undefined variable $db
  324.     * libraries/storage_engines.lib.php: bug #1434578, missing argument
  325.       for __construct()
  326.     * Documentation.html: bug #1433633, document consequences of having
  327.       a .htaccess file, thanks to Isaac Bennetch 
  328.  
  329. 2006-02-18 Marc Delisle  <lem9@users.sourceforge.net>
  330.     * tbl_change.php: bug #1415465, undefined $sql_query
  331.     * libraries/common.lib.php: bug #1377215, errors with E_STRICT
  332.  
  333. 2006-02-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  334.     * libraries/sql_query_form.lib.php:
  335.       fixed bug #1433882 html special chars not escaped in query in querybox
  336.  
  337. 2006-02-17 Marc Delisle  <lem9@users.sourceforge.net>
  338.     * lang/*, db_details_structure.php:
  339.       bug #1431352, no %d in strViewMaxExactCount
  340.     * db_details_structure.php: bug #1431340, rowcount for views and
  341.       unneeded $strViewMaxExactCount
  342.     * libraries/common.lib.php: array to string conversion
  343.     * libraries/display_tbl.lib.php: bug #1396998, added $strViewMaxExactCount
  344.       when browsing
  345.  
  346. 2006-02-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  347.     * libraries/common.lib.php:
  348.       - fixed bug #1432626 'bad url error after select "(Databases)..."'
  349.     * Documentation.html: fixed bug #1433397 'Wrong anchors'
  350.     * libraries/select_server.lib.php:
  351.       - fixed pre-select for current server (fixed type missmatch)
  352.       - do not autosubmit on '(Server) ...'
  353.     * css/print.css: fixed bug #1419696 'print css results in blank table output'
  354.  
  355. 2006-02-16 Marc Delisle  <lem9@users.sourceforge.net>
  356.     * lang/italian: update, thanks to Luca Rebellato
  357.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat
  358.     * lang/finnish: update, thanks to Jouni Kahkonen
  359.  
  360. 2006-02-15 Marc Delisle  <lem9@users.sourceforge.net>
  361.     * bug #1406378, default value and auto_increment, thanks to Nuvo - nyvsld
  362.  
  363. 2006-02-14 Marc Delisle  <lem9@users.sourceforge.net>
  364.     * Documentation.html: XHTML error, thanks to C├⌐dric Corazza
  365.     * Documentation.html: remove experimental status for MySQL 4.1 support
  366.  
  367. 2006-02-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  368.     * server_privileges.php:
  369.       - fixed bug #1427707 Priv->user->pass radio buttons unselectable
  370.     * db_details_structure.php, tbl_properties_structure.php:
  371.       - fixed bug #1420474 'Consistency (order of truncate/drop)'
  372.       - some PEAR coding standard
  373.  
  374. 2006-02-13 Marc Delisle  <lem9@users.sourceforge.net>
  375.     * libraries/display_tbl.lib.php: bug #1425522, warning when calling
  376.       a stored procedure, thanks to JTC - jcqns
  377.  
  378. 2006-02-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  379.     * libraries/common.lib.php:
  380.       - fixed bug #1416848 'Insert new row from Browse page'
  381.     * libraries/common.lib.php:
  382.       - fixed bug #1409893 - links in navigation frame opens new window
  383.     * libraries/select_server.lib.php:
  384.       - fixed bug #1425688 'Server Select quirk'
  385.       - valid XHTML 1.0
  386.       - code readability
  387.  
  388. 2006-02-12 Marc Delisle  <lem9@users.sourceforge.net>
  389.     * lang/english and hebrew: bug #1429769, typo
  390.     * tbl_change.php, tbl_replace.php: bug #1429074, "go back to this page"
  391.       choice should be sticky
  392.  
  393. 2006-02-10 Marc Delisle  <lem9@users.sourceforge.net>
  394.     * .htaccess added to main directory for bug #1411996; at least on
  395.       servers supporting .htaccess we can run even if session.auto_start
  396.       is enabled
  397.     * lang/belarusian updates, thanks to Jaska Zedlik
  398.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  399.  
  400. 2006-02-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  401.     * libararies/session.inc.php:
  402.       stop execution and ommit warning on session.auto_start enabled
  403.  
  404. 2006-02-09 Marc Delisle  <lem9@users.sourceforge.net>
  405.     * libraries/mult_submit.inc.php: bug #1404565, left frame refresh on
  406.       db drop from Databases link in main page
  407.  
  408. 2006-02-08 Marc Delisle  <lem9@users.sourceforge.net>
  409.     * libraries/Config.class.php: leave the possibility of having a
  410.       backslash in the path on non-Windows system, thanks to Michal;
  411.       and bug #1418769, part 2: missing argument (PHP 4 constructor)
  412.  
  413. 2006-02-06 Michal ─îiha┼Ö  <michal@cihar.com>
  414.     * scripts/setup.php: Fix typos (bug #1424923).
  415.  
  416. 2006-02-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  417.     * libraries/common.lib.php:
  418.        - fixed bug #1416848 'Insert new row from Browse page'
  419.        - PMA_checkPageValidity() [bug #1416848]
  420.     * scripts/setup.php:
  421.       fixed bug #1424274 'Found a problem in the setup script'
  422.       (ShowPHPInfo -> ShowPhpInfo)
  423.  
  424. 2006-02-04 Marc Delisle  <lem9@users.sourceforge.net>
  425.     * libraries/Config.class.php: bug #1409770 auto-detection and dirname on
  426.       Windows, thanks to Alex - nixniemand
  427.     * libraries/mult_submits.inc.php, server_databases.php: array to string
  428.       conversion
  429.     * tbl_properties_operations.php, tbl_properties.php, tbl_import.php,
  430.       tbl_change.php: bug #1415465, undefined $sql_query
  431.  
  432. 2006-01-31 Marc Delisle  <lem9@users.sourceforge.net>
  433.     * db_details_structure.php: bug #1412058, damaged table reporting
  434.     * import.php: bug #1418382, CSV import does not work
  435.  
  436. 2006-01-30 Marc Delisle  <lem9@users.sourceforge.net>
  437.     * libraries/common.lib.php: bug #1418145, missing global,
  438.       thanks to Bananeweizen
  439.  
  440. 2006-01-29 Marc Delisle  <lem9@users.sourceforge.net>
  441.     * lang/estonian updates, thanks to Marko Ellermaa - uhuu
  442.     * lang/polish: updates, thanks to Jakub Wilk - ubanus
  443.     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
  444.     * lang/italian: update, thanks to Luca Rebellato
  445.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  446.     * db_details_structure.php: bug #1396998, notice for view row count
  447.       in table list
  448.     * libraries/session.inc.php: bug #1414628, session.save_handler might
  449.       be set to something different than "files". Thanks to Nicola Asuni
  450.     ### 2.8.0-beta1 released
  451.  
  452. 2006-01-28 Marc Delisle  <lem9@users.sourceforge.net>
  453.     * libraries/common.lib.php: bug #1396998, avoid displaying exact row
  454.     count for views, work in progress.
  455.  
  456. 2006-01-26 Michal ─îiha┼Ö  <michal@cihar.com>
  457.     * lang/czech: Translation update.
  458.  
  459. 2006-01-25 Marc Delisle  <lem9@users.sourceforge.net>
  460.    * db_details_qbe.php: use PMA_countRecords() when possible, to be able
  461.      to centralise into it the VIEW detection logic
  462.    * sql.php: affected rows are returned in case of DELETE with no WHERE
  463.      clause, at least since MySQL 4.0.x, so no need to pre-count
  464.  
  465. 2006-01-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  466.     * server_status.php:
  467.       fixed bug: high ascii char in preg_match
  468.     * lang/german-*: update
  469.  
  470. 2006-01-24 Marc Delisle  <lem9@users.sourceforge.net>
  471.     * lang/*: strViewMaxExactCount for the VIEW row count detection
  472.       I'm working on...
  473.  
  474. 2006-01-23 Michal ─îiha┼Ö  <michal@cihar.com>
  475.     * lang/czech: Translation update.
  476.  
  477. 2006-01-22 Marc Delisle  <lem9@users.sourceforge.net>
  478.     * libraries/common.lib.php: bug #1410787, incorrect merging of parameters
  479.       contained in an array
  480.  
  481. 2006-01-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  482.     * tbl_printview.php: typo
  483.  
  484. 2006-01-20 Marc Delisle  <lem9@users.sourceforge.net>
  485.     * export.php: bug #1410078, error exporting query ending with semicolon,
  486.       thanks to Ryan Schmidt
  487.  
  488. 2006-01-19 Marc Delisle  <lem9@users.sourceforge.net>
  489.     * main.php: already defined constant
  490.     * libraries/display_create_table.lib.php: bug #1376314, I remove
  491.       the check to detect the privilege to create a table (see comments
  492.       in the code)
  493.  
  494. 2006-01-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  495.     * pdf_schema.php, db_details_qbe.php, libraries\display_tbl.lib.php,
  496.       libraries\export\htmlword.php, libraries\export\latex.php,
  497.       libraries\import.lib.php, libraries\ip_allow_deny.lib.php,
  498.       libraries\transformations.lib.php,
  499.       libraries\transformations\text_plain__external.inc.php:
  500.       fixed bug #1409972 PHP 5.1.2 compatibility
  501.     * libraries\url_generating.lib.php:
  502.       fixed bug: undefined index server ($GLOBALS['server'])
  503.  
  504. 2006-01-18 Michal ─îiha┼Ö  <michal@cihar.com>
  505.     * Documentation.html: Add info about Apache CGI and http auth (patch
  506.       #1375495).
  507.  
  508. 2006-01-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  509.     * libraries/database_interface.lib.php:
  510.       fixed bug: undefined index with empty database in db structure view
  511.     * libraries/display_import.lib.php:
  512.       fixed bug: display issues with Opera (and Safari?)
  513.     * libraries/plugin_interface.lib.php:
  514.       - fixed bug: display issues with Opera (and Safari?)
  515.       - added source documentation
  516.       - PEAR coding standard
  517.       - clarified some variable names
  518.     * db_sarch.php:
  519.       fixed bug: Undefined variable: num_tables
  520.     * [really much files]: (not complete) PEAR coding standard
  521.  
  522. 2006-01-16 Marc Delisle  <lem9@users.sourceforge.net>
  523.     * server_privileges.php: typo
  524.     * libraries/check_user_privileges.lib.php: bug #1406499,
  525.       a username containing an hyphen could not create a db under
  526.       MySQL 4.0.x, thanks to "timeout-"
  527.     * libraries/common.lib.php: bug #1405956, uninitialized variable $link,
  528.       thanks to Sebastian Mendel
  529.  
  530. 2006-01-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  531.     * libraries/sql_query_form.lib.php: undefined js variable
  532.     * libraries/database_interface.lib.php: PMA_DBI_get_tables_full() first parameter
  533.       now also accepts an array of database names not only a single name
  534.     * libraries/common.lib.php: PMA_getTableList():
  535.       added second parameter to pass tables (if already fetched from db)
  536.     * left.php: make use of new functionality in PMA_getTableList() and
  537.       PMA_DBI_get_tables_full(): reduce db server traffic (MySQL >=5.0)
  538.     * libraries/common.lib.php:
  539.       removed aditional check for table row count for left frame tree
  540.       (bug #1397061 Left frame not loaded correct on MySQL error)
  541.     * libraries/common.lib.php, left.php:
  542.       bug #1392924 undefined index: tab_count
  543.     * libraries/display_export.lib.php, css/phpmyadmin.css.php,
  544.       themes/*/css/theme_right.css.php:
  545.       'fixed' layout of export screen for buggy safari and opera
  546.     * db_operations.php, export.php, index.php, left.php,
  547.       libraries\auth\cookie.auth.lib.php, libraries\common.lib.php,
  548.       libraries\db_details_common.inc.php, libraries\db_table_exists.lib.php,
  549.       libraries\display_export.lib.php, libraries\display_tbl.lib.php,
  550.       libraries\export\sql.php, libraries\footer.inc.php,
  551.       libraries\header.inc.php, libraries\left_header.inc.php,
  552.       libraries\mult_submits.inc.php, libraries\mysql_charsets.lib.php,
  553.       libraries\relation.lib.php, libraries\server_common.inc.php,
  554.       libraries\sql_query_form.lib.php, libraries\sqlparser.lib.php,
  555.       libraries\tbl_indexes.lib.php, libraries\tbl_move_copy.php,
  556.       libraries\url_generating.lib.php, querywindow.php, scripts\setup.php,
  557.       server_databases.php, server_privileges.php, server_processlist.php,
  558.       sql.php, tbl_addfield.php, tbl_alter.php, tbl_change.php, tbl_create.php,
  559.       tbl_indexes.php, tbl_replace.php:
  560.       allow 0 as name for database, table collumn, alias and index
  561.  
  562. 2006-01-12 Marc Delisle  <lem9@users.sourceforge.net>
  563.     * Documentation.html: typo, thanks to C├⌐dric Corazza
  564.     * libraries/common.lib.php: remove high-ascii characters, and an
  565.       assignment syntax that does not work on PHP 5.1.2
  566.     * libraries/database_interface.lib.php: PHP 5.1.2 compatibility
  567.  
  568. 2006-01-11 Marc Delisle  <lem9@users.sourceforge.net>
  569.     * sql.php, libraries/sqlparser.lib.php: other fixes for bug #1394479
  570.  
  571. 2006-01-11 Michal ─îiha┼Ö  <michal@cihar.com>
  572.     * main.php: Do not fail if no server is defined.
  573.     * main.php, libraries/left_header.inc.php,
  574.       libraries/select_server.lib.php: Show server selection if no server set
  575.       and we have one server configuration (bug #1399880).
  576.     * libraries/import/sql.php: Fix hang on unclosed quoted string (bug
  577.       #1402270).
  578.  
  579. 2006-01-10 Marc Delisle  <lem9@users.sourceforge.net>
  580.     * libraries/sqlparser.lib.php: bug #1394479, problem detecting ending
  581.       semi-colon, generates a SHOW KEYS FROM no table name
  582.  
  583. 2006-01-09 Michal ─îiha┼Ö  <michal@cihar.com>
  584.     * import.php: Work on 10MB chunks if no memory limit is set (bug
  585.       #1399477).
  586.  
  587. 2006-01-07 Marc Delisle  <lem9@users.sourceforge.net>
  588.     * sql.php: bug #1395590 Safari Bookmark query fieldset float problem,
  589.       thanks to Ryan Schmidt
  590.     * libraries/common.lib.php: bug #1397749, Safari: space before
  591.       PMA_linkOrButton link is part of the link, thanks to Ryan Schmidt
  592.     * server_privileges.php: bug #1398018, Safari fieldset float issue in
  593.       privileges screens, thanks to Ryan Schmidt
  594.     * libraries/Config.class.php: bug #1398931, incorrect detection of
  595.       PmaAbsoluteUri in vhost situations, thanks to Ryan Schmidt
  596.  
  597. 2006-01-06 Marc Delisle  <lem9@users.sourceforge.net>
  598.     * db_datadict.php, pdf_schema.php: bug #1389165, data dict shows all
  599.       columns as Null Yes
  600.     * pdf_schema.php: display PDF schema did not work (missing dot)
  601.  
  602. 2006-01-04 Marc Delisle  <lem9@users.sourceforge.net>
  603.     * server_privileges.php: since we use DROP USER, some options to
  604.       remove a user did not work under MySQL 4.1.x (only mode 2 worked),
  605.       so I remove them from the dialog. Thanks to Ken Stanley for
  606.       the bug report.
  607.     * server_status.php: patch #1395031, not proper URL encoding,
  608.       adapted from proposed solution by Matt LaPlante, thanks
  609.  
  610. 2006-01-02 Marc Delisle  <lem9@users.sourceforge.net>
  611.     * libraries/display_create_table.lib.php: bug #1389868,
  612.       Safari's rendering of "Create table" fieldset, thanks to Ryan Schmidt
  613.  
  614. 2006-01-01 Michal ─îiha┼Ö  <michal@cihar.com>
  615.     * libraries/Config.class.php: Do not check permissions on Windows, it
  616.       seems to be broken anyway.
  617.  
  618. 2006-01-01 Marc Delisle  <lem9@users.sourceforge.net>
  619.     * libraries/transformations.lib.php: remove some PHP3 compatibility code
  620.  
  621. 2005-12-31 Marc Delisle  <lem9@users.sourceforge.net>
  622.     * libraries/common.lib.php: bug #1388167, deleting a row in a table
  623.       without a primary key, handle correctly is_js_confirmed
  624.  
  625. 2005-12-30 Marc Delisle  <lem9@users.sourceforge.net>
  626.     * server_databases.php: bug #1388135, IE and dropping databases
  627.     * librairies/mult_submits.inc.php: strong warning for DROP DATABASE
  628.     * tbl_printview.php: bug #1389165, Print view shows all columns as Null Yes
  629.       (MySQL 5.x)
  630.     * libraries/Config.class.php: patch #1392181, typo,
  631.       thanks to Luis Mirabal - normannormal
  632.  
  633. 2005-12-27 Marc Delisle  <lem9@users.sourceforge.net>
  634.     * main.php, libraries/check_user_privileges.lib.php:
  635.       - reenable a non-privileged user to change his password
  636.       - display the Reload MySQL link only if user has proper rights
  637.     * Documentation.html: bug #1389582, unclosed code tag,
  638.       thanks to Isaac Bennetch
  639.  
  640. 2005-12-25 Michal ─îiha┼Ö  <michal@cihar.com>
  641.     * libraries/import.lib.php, libraries/import/sql.php: Handle correctly
  642.       dumps with commented out commands (eg. from mysqldump).
  643.  
  644. 2005-12-22 Marc Delisle  <lem9@users.sourceforge.net>
  645.     * tbl_change.php, libraries/common.lib.php: bug #1381856,
  646.       Cannot edit a table having 40 columns
  647.     * libraries/common.lib.php: bug #1388116, cannot pass TRUE by reference
  648.       to PMA_setCookie, thanks to Isaac Bennetch
  649.     * libraries/tbl_replace_fields.inc.php: recent fix introduced a bug:
  650.       cannot change a value for a nullable field
  651.  
  652. 2005-12-21 Marc Delisle  <lem9@users.sourceforge.net>
  653.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat
  654.     * lang/hungarian update, thanks to Mih├íly M├⌐sz├íros <necronix@freemail.hu>
  655.     * tbl_properties_operations.php, libraries/tbl_properties.inc.php:
  656.       bug #1349262, mismatch between PMA and MySQL about Storage Engine
  657.       and table type
  658.     * server_status.php, lang/*: bug #1348249, add a warning hint about
  659.       the possibility of some counters being overrun (stats from MySQL server)
  660.  
  661. 2005-12-20 Marc Delisle  <lem9@users.sourceforge.net>
  662.     * libraries/common.lib.php: does not return to correct page after
  663.       the creation of a bookmark
  664.     * libraries/display_create_table.lib.php: bug #1376314, detection of
  665.       privileges to create a table (fix for MySQL 4.0.x case)
  666.     * tbl_change.php, tbl_replace.php, libraries/tbl_replace_fields.inc.php:
  667.       bug #1385974, cannot un-null a value
  668.  
  669. 2005-12-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  670.     * db_details_importdocsql.php, db_operations.php,
  671.       libraries\relation.lib.php, libraries\relation_cleanup.lib.php
  672.       libraries\tbl_move_copy.php, libraries\transformations.lib.php
  673.       pdf_pages.php, pdf_schema.php, tbl_alter.php, tbl_relation.php:
  674.       added database name to relation querys
  675.  
  676. 2005-12-17 Marc Delisle  <lem9@users.sourceforge.net>
  677.     * libraries/url_generating.lib.php: problem with accented table names
  678.  
  679. 2005-12-16 Michal ─îiha┼Ö  <michal@cihar.com>
  680.     * Documentation.html, libraries/common.lib.php,
  681.       libraries/config.default.php, libraries/database_interface.lib.php: Add
  682.       support for hiding databases (RFE #1372865).
  683.     * Documentation.html, export.php, import.php,
  684.       libraries/config.default.php: Configurable memory limit (RFE #1373904).
  685.  
  686. 2005-12-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  687.     * libraries/Config.class.php:
  688.       - added check is_readable for user config file
  689.       - check config file also on wakeup (bug #1376522)
  690.     * libraries/Config.class.php, libraries/common.lib.php:
  691.       fixed handling of https and $cfg['ForceSSL'] (bug #1379491)
  692.     * left.php, js/function.js: fixed undeclared javascript variables
  693.     * js/keyhandler.js: fixed wrong spellt 'aplewebkit' (bug #1379034)
  694.  
  695. 2005-12-14 Michal ─îiha┼Ö  <michal@cihar.com>
  696.     * libraries/config.default.php, Documentation.html: Transliterate invalid
  697.       chars by default (RFE #1380255).
  698.     * left.php: Resurrect database link in light frame (bug #1373804).
  699.     * index.php, js/querywindow.js: Move navigation frame to right for rtl
  700.       languages.
  701.  
  702. 2005-12-13 Michal ─îiha┼Ö  <michal@cihar.com>
  703.     * querywindow.php: Fix query history displaying (bug #1374639).
  704.  
  705. 2005-12-12 Michal ─îiha┼Ö  <michal@cihar.com>
  706.     * scripts/setup.php: Use same format of version file as in upgrade.pl.
  707.  
  708. 2005-12-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  709.     * libraries/common.inc.php, libraries/grab_globals.inc.php:
  710.       preprare removal of grab_globals:
  711.        - moved stuff from grab_globals into common.inc.php
  712.        - check/init global required variables like: $lang, $server, $db, $table,
  713.          $convcharset, $goto, $back, $sql_query
  714.        - introduced $goto-whitelist
  715.        - PEAR coding standard
  716.     * libraries/common.inc.php, libraries/auth/cookie.auth.lib.php,
  717.       libraries/auth/http.auth.lib.php, libraries/grab_globals.lib.php,
  718.       libraries/relation.lib.php, scripts/setup.php:
  719.        - check magic_quotes only once in common.inc.php
  720.     * css/phpmyadmin.css.php, tbl_properties_operations.php:
  721.       styled table operations dialog
  722.     * db_search.php: revised
  723.     * libraries/common.inc.php: fixed high ascii char
  724.  
  725. 2005-12-11 Marc Delisle  <lem9@users.sourceforge.net>
  726.     * libraries/tbl_properties_links.inc.php: bug #1375752,
  727.       wrong page after insert (losing many URL parameters)
  728.  
  729. 2005-12-11 Michal ─îiha┼Ö  <michal@cihar.com>
  730.     * scripts/create-release.sh, scripts/upgrade.pl: Use same URL for updating
  731.       as for setup.php, this one is autogenerated so there is no need for more
  732.       manual steps.
  733.     * browse_foreigners.php, left.php, libraries/header_meta_style.inc.php:
  734.       Drop <base href=".." />, it should not be needed at all.
  735.     * lang/czech: Update.
  736.  
  737. 2005-12-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  738.     * libraries/database_interface.lib.php::PMA_DBI_get_columns_full():
  739.       - forgot debug code
  740.       - correct result for non MySQL 5
  741.  
  742. 2005-12-10 Marc Delisle  <lem9@users.sourceforge.net>
  743.     * tbl_properties_structure.php, lang/*: new $strBrowseDistinctValues
  744.     * Documentation.html: anchors and formatting cleanup,
  745.       thanks to C├⌐dric Corazza
  746.     * libraries/relation.lib.php: bug #1370785, error browsing a table under
  747.       PHP 4 when no controluser is defined but a pmadb is defined
  748.  
  749. 2005-12-09 Michal ─îiha┼Ö  <michal@cihar.com>
  750.     * libraries/auth/http.auth.lib.php: Simplify code, use getenv, support for
  751.       CGI (inspired by patch #1375495).
  752.     * Documentation.html: Clarify http auth description.
  753.     * scripts/setup.php: Show available version information even when using
  754.       CVS version.
  755.     * libraries/dbi/mysql.dbi.lib.php: This is mysql extension.
  756.  
  757. 2005-12-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  758.     * libraries/dbi:
  759.       PMA_DBI_free_result() now accepts more than one resource to be freed
  760.     * libraries/database_interface.lib.php:
  761.       - some comments, PEAR coding standard
  762.       - PMA_DBI_get_tables(), PMA_DBI_get_fields(): use PMA_DBI_fetch_result();
  763.       - added PMA_DBI_get_columns_full()
  764.       - PMA_DBI_fetch_result() now accepts an array as $key parameter
  765.         for multidimensional arrays (returns: $result[key1][key2][key3] = $row)
  766.       - PMA_DBI_get_variable(): use PMA_DBI_fetch_value()
  767.  
  768. 2005-12-08 Marc Delisle  <lem9@users.sourceforge.net>
  769.     * scripts/setup.php: Typos
  770.     * libraries/common.lib.php: unneeded parameter in PMA_safe_db_list()
  771.  
  772. 2005-12-08 Michal ─îiha┼Ö  <michal@cihar.com>
  773.     * tbl_change.php: Fix XHTML and thus action selection behavior (bug
  774.       #1376391).
  775.     * lang/czech: Fix typo.
  776.     * tbl_select.php, libraries/display_tbl.lib.php,
  777.       tbl_properties_operations.php, tbl_indexes.php, db_operations.php,
  778.       server_privileges.php, server_binlog.php: Fix XHTML.
  779.     * tbl_properties_export.php: Fix output before headers.
  780.     * Documentation.html: Add commands how to setup config dir, note about
  781.       changing permissions.
  782.     * scripts/setup.php: Show Save and Load buttons disabled if saving not
  783.       available.
  784.     * libraries/Config.class.php: Refuse to load config file with world
  785.       writable permissions, refuse to work with existing config dir.
  786.     * lang/*, libraries/auth/config.auth.lib.php: Suggest to run setup script
  787.       if auth with default values fails.
  788.     * libraries/grab_globals.lib.php: Do not choke on arrays in $_SERVER
  789.       array (bug #1370414).
  790.     * libraries/sql_query_form.lib.php: Require bookmark code when we use it.
  791.     * libraries/export/sql.php: Backquote database name (RFE#1376336).
  792.     * libraries/plugin_interface.lib.php, import.php,
  793.       libraries/display_import.lib.php, libraries/import/*: Generic plugin
  794.       infrastructure and use it in import (needed for RFE#1325937), work in
  795.       progress.
  796.  
  797. 2005-12-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  798.     * libraries/tbl_move_copy.php: added PMA_table_rename()
  799.     * tbl_properties_common.php, libraries/tbl_properties_links.inc.php:
  800.       moved table related output after possible table changes
  801.     * libraries/tbl_properties_table_info.inc.php:
  802.       added some comments and made some code more readable
  803.     * tbl_properties_operations.php:
  804.       complete revise (xhtml output, fieldsets, forms merged)
  805.     * tbl_rename.php: removed, deprecated by function PMA_table_rename()
  806.     * db_search.php, libraries/common.lib.php, libraries/tbl_move_copy.php,
  807.       pdf_schema.php: removed PMA_isInto(), deprecated by in_array()
  808.     * libraries\mult_submits.inc.php, sql.php, tbl_addfield.php, tbl_alter.php,
  809.       tbl_import.php, tbl_properties.php, tbl_properties_structure.php,
  810.       tbl_properties_operations.php, tbl_properties_export.php, tbl_select.php
  811.       tbl_relation.php: moved tbl_properties_common.php into libraries
  812.     * libraries\common.lib.php, libraries\tbl_properties_common.php,
  813.       libraries\tbl_properties_links.inc.php, tbl_properties_operations.php:
  814.       global init of $GLOBALS['url_params']
  815.  
  816. 2005-12-07 Michal ─îiha┼Ö  <michal@cihar.com>
  817.     * lang/*: Unused messages cleanup, add missing ones.
  818.     * lang/sync_lang.sh: Less verbose output to allow quick overview.
  819.     * lang/czech: Update.
  820.     * lang/galician: Update, thanks to Xose Calvo - xosecalvo.
  821.  
  822. 2005-12-07 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  823.     * libraries/Config.class.php: clear old config values
  824.     * libraries/engines/memory|ndbcluster|merge|mrg_myisam|binlog.lib.php: new
  825.     * libraries/engines/myisam|bdb|berkeleydb.lib.php:
  826.       - PEAR coding standard
  827.       - added comments
  828.       - added more status variables
  829.     * libraries/storage_engines.lib.php, libraries/engines/innodb.lib.php:
  830.       - added PMA_StorageEngine::getMysqlHelpPage()
  831.     * server_engines.php:
  832.       - display link to mysql manual for specific engine
  833.     * css/phpmyadmin.css.php, libraries/engines/innodb.lib.php:
  834.       arrange innodb buffer pool tables side by side
  835.     * css/phpmyadmin.css.php, server_collations.php:
  836.       - use style classes
  837.       - PMA_NO_VARIABLES_IMPORT
  838.     * server_variables.php:
  839.       - use style classes
  840.       - format numbers
  841.       - display only global variables that differs from local/session
  842.       - use PMA_DBI_fetch_result()
  843.       - PMA_NO_VARIABLES_IMPORT
  844.     * js/querywindows.js:
  845.       - added setTable()
  846.       - set empty table on db change (bug #1375387)
  847.     * left.php: removed unsused javascript event
  848.     * index.php, left.php, libraries/sql_query_form.lib.php:
  849.       syncronize id and name attribute for frame tags but keep IE sending
  850.       querywindow form to the correct window (bug #1374757, #1364470, #1297985)
  851.  
  852. 2005-12-06 Marc Delisle  <lem9@users.sourceforge.net>
  853.     * libraries/common.lib.php: bug #1374236, sorting order
  854.     * libraries/auth/cookie.auth.lib.php: bug #1374753, Language change on
  855.       login panel not propagated
  856.  
  857. 2005-12-06 Michal ─îiha┼Ö  <michal@cihar.com>
  858.     * libraries/config.default.php: Modify default export configuration (RFE
  859.       #1373891).
  860.     * libraries/database_interface.lib.php: Do not add BINARY types multiple
  861.       times (bug #1374457).
  862.     * libraries/common.lib.php, libraries/config.default.php: Variable name
  863.       should be ForceSSL and not ForceSLL (bug #1374452).
  864.  
  865. 2005-12-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  866.     * libraries/common.lib.php:
  867.       - wrong quote, thanks to Matt "Cyber Dog" LaPlante
  868.       - PMA_getTab(): use $_SERVER['PHP_SELF']
  869.     * libraries/display_import.lib.php: missing '/' for closing div tag
  870.     * libraries/display_export.lib.php: no name attribute for sup tag
  871.     * server_engines.php:
  872.       - revised (style, code, xhtml output)
  873.       - use variable name as title if title is empty
  874.       - make use of PMA_formatNumber() for non byte numeric values
  875.       - set PMA_NO_VARIABLES_IMPORT
  876.     * libraries/storage_engines.lib.php: revised
  877.       - added PHP 5 constructor
  878.       - added comments
  879.       - PEAR coding standard
  880.     * libraries/engines/innodb.lib.php:
  881.       - revised (style, code, xhtml output)
  882.       - added more status variables
  883.       - PEAR coding standard
  884.       - make use of PMA_formatNumber()
  885.       - added comments
  886.     * libraries/grab_globals.lib.php: protect $import_blacklist from overwriting
  887.  
  888. 2005-12-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  889.     * libraries/common.lib.php: added PMA_array_merge_recursive()
  890.     * libraries/Config.class.php:
  891.       - make use of PMA_array_merge_recursive()
  892.       - correctly reset config variables on changes in config.inc.php
  893.     * sql.php: hide edit/delete links for information_schema (bug #1373201)
  894.     * db_operations.php: revised (style, code, xhtml output)
  895.  
  896. 2005-12-05 Michal ─îiha┼Ö  <michal@cihar.com>
  897.     * many files: Use same script tag, use CDATA for scripts (RFE #995065).
  898.     * export.php: Check for correct parameters.
  899.     * import.php, lang/*, libraries/import/csv.php, libraries/import/ldi.php:
  900.       Fix import of some CSV files (bug #1373731), provide better error
  901.       messages.
  902.     * lang/czech: Update.
  903.     * import.php, libraries/display_import.lib.php: Fix import layout (bug
  904.       #1370416), prefer recoding of strings over changing MySQL charset as in
  905.       this case we can show resulting queries.
  906.  
  907. 2005-12-04 Marc Delisle  <lem9@users.sourceforge.net>
  908.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  909.     * server_privileges.php: do not use UNION DISTINCT, as it's not allowed
  910.       before MySQL 4.0.17, and because "it does nothing" (cf manual)
  911.       ### 2.7.0 released
  912.  
  913. 2005-12-04 Michal ─îiha┼Ö  <michal@cihar.com>
  914.     * pdf_schema.php: Bad copy and paste, here should be iso-8859-2 (thanks
  915.       Marc!).
  916.     * libraries/import/csv.php: Fix use of escaped chars (bug #1371249).
  917.     * lang/czech: Update.
  918.  
  919. 2005-12-03 Marc Delisle  <lem9@users.sourceforge.net>
  920.     * export.php, libraries/config.default.php, libraries/export/pdf.php,
  921.       libraries/display_export.php, lang/*.php: experimental PDF export
  922.  
  923. 2005-12-02 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  924.     * libraries/header.inc.php: missing ; for html entity,
  925.       thanks to Matt "Cyber Dog"
  926.     * tbl_properties_structure.php: fixed bdo tag and id names
  927.       thanks to Matt "Cyber Dog"
  928.     * libraries/tbl_indexes.lib.php: fixed missing quote
  929.       thanks to Matt "Cyber Dog"
  930.     * libraries/tbl_indexes.lib.php, tbl_properties_structure.php,
  931.       tbl_indexes.php: revised XHTML output
  932.     * themes/original/css/theme_left|right_css.php: use $GLOBALS
  933.  
  934. 2005-12-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  935.     * libraries/common.lib.php, Theme.class.php:
  936.       missing '/' in img path (bug #1370437)
  937.     * libraries/Config.class.php:
  938.       no error for missing config file (bug #1370269)
  939.     * libraries/session.inc.php: session cookie path (bug #1370294)
  940.     * libraries/Theme_Manager.class.php: update theme list on wakeup
  941.  
  942. 2005-11-30 Michal ─îiha┼Ö  <michal@cihar.com>
  943.     * lang/*: Messages for Sebastian.
  944.     * libraries/Config.class.php: Actually load configuration.
  945.     * Documentation.html, config.default.php (deleted),
  946.       libraries/Config.class.php, libraries/config.default.php: Move
  947.       config.default.php to librarires (bug #1365759).
  948.     * scripts/setup.php: Adapted to new Config class, fix code generation.
  949.  
  950. 2005-11-30 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  951.     * libraries/Config.class.php:
  952.       - merged code from common.inc.php and defines.lib.php
  953.       - allow to load without user config
  954.     * libraries/common.inc.php:
  955.       - make use of new PMA_Config class
  956.       - merged PMA_dl() from libraries/defines.lib.php
  957.     * libraries/defines.lib.php: removed
  958.     * scripts/setup.php, scripts/upgrade.pl: use class PMA_Config
  959.     * scripts/create-release.sh: removed references to defines.lib.php
  960.  
  961. 2005-11-29 Michal ─îiha┼Ö  <michal@cihar.com>
  962.     * lang/sync_lang.sh: Add workaround for multibyte chars that can contain \
  963.       as last byte.
  964.     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
  965.     * lang/czech: Update.
  966.     * scripts/setup.php: Added check for latest version and links to homepage
  967.       and donations page.
  968.  
  969. 2005-11-29 Marc Delisle  <lem9@users.sourceforge.net>
  970.     * tbl_change.php, libraries/tbl_replace_fields.inc.php:
  971.       bug #1367549, handling of CURRENT_TIMESTAMP
  972.  
  973. 2005-11-29 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  974.     * libraries/common.lib.php
  975.       - added PMA_setCookie() and PMA_removeCookie()
  976.     * index.php, libraries/common.lib.php:
  977.       - moved setting of cookies from index.php into common.lib.php
  978.     * index.php
  979.       - revised the parameter passing code
  980.       - make use of new functionality of PMA_generate_common_url()
  981.     * css/phpmyAdmin.css.php:
  982.       - removed some unused deprecated elements
  983.     * libraries/Theme.class.php, libraries/Theme_Manager.class.php:
  984.       - added some functionality
  985.       - added PMA_Theme_Manager::printPreviews() and PMA_Theme::printPreview()
  986.     * main.php, css/phpmyAdmin.css.php, libraries/common.lib.php,
  987.       index.php, libraries/auth/config.auth.lib.php,
  988.       libraries/auth/cookie.auth.lib.php, themes.php, test/theme.php:
  989.       - make use of new PMA_Theme and PMA_Theme_Manager classes
  990.       - remove libraries/select_theme.lib.php
  991.     * libraries/Config.class.php:
  992.       new class for handling config
  993.  
  994. 2005-11-28 Marc Delisle  <lem9@users.sourceforge.net>
  995.     * lang/italian: update, thanks to Luca Rebellato
  996.  
  997. 2005-11-28 Michal ─îiha┼Ö  <michal@cihar.com>
  998.     * scripts/setup.php:
  999.         - Don't allow loading of configuration if there is no write permission
  1000.           on config.
  1001.         - Add links to documentation.
  1002.         - Document all functions.
  1003.         - Warn about missing mbstring and old PHP version.
  1004.         - Display all warnings in one place.
  1005.     * libraries/auth/cookie.auth.lib.php: Display PMA_errors on login form.
  1006.     * Documentation.html: Add anchors to configuration directives.
  1007.     * libraries/sqlparser.lib.php: Do not use functions not supported by older
  1008.       PHP (bug #1367782).
  1009.     * libraries/string.lib.php: This line should not be commented out.
  1010.  
  1011. 2005-11-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1012.     * libraries/Theme.class.php, libraries/Theme_Manager.class.php:
  1013.       new classes for handling themes
  1014.     * libraries/select_lang.lib.php:
  1015.       - revised
  1016.       - added check for lang directory (./lang/)
  1017.       - check files for languages
  1018.       - use PMA_sendHeaderLocation()
  1019.     * libraries/common.lib.php: moved all function to top, to make this as
  1020.       early as possible available
  1021.  
  1022. 2005-11-27 Michal ─îiha┼Ö  <michal@cihar.com>
  1023.     * Documentation.html, scripts/setup.php: Many new features to setup
  1024.       script.
  1025.     * pdf_schema.php: Do not use right_font_family.
  1026.     * lang/czech: Update.
  1027.     * libraries/auth/cookie.auth.lib.php: Fix undefined indexes.
  1028.     * libraries/display_select_lang.lib.php, libraries/select_lang.lib.php:
  1029.       Store HTML entities rather than relying on php functions to create them.
  1030.  
  1031. 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1032.     * libraries/grab_globals.lib.php: allow scripts to bypass importing vars
  1033.     * libraries/common.lib.php, libraries/export/sql.php,
  1034.       libraries/display_tbl.lib.php, libraries/mult_submits.inc.php, sql.php,
  1035.       tbl_replace.php, tbl_row_action.php:
  1036.       define variables only where needed, and use NULL to define them
  1037.       if some places test only for isset and not for content
  1038.     * libraries/select_lang.lib.php:
  1039.       - fixed unchecked variables as it was originaly in my mind
  1040.       - added error message if requested lang could not be set
  1041.       - set fallback to en-utf-8
  1042.       - minore fixes
  1043.  
  1044. 2005-11-25 Marc Delisle  <lem9@users.sourceforge.net>
  1045.     * main.php: move server choice into MySQL container
  1046.     * libraries/select_server.lib.php: show currently selected server
  1047.     * libraries/select_lang.lib.php: undefined pma_lang the first time (cookie
  1048.       does not exist)
  1049.  
  1050. 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1051.     * libraries/url_generating.lib.php:
  1052.       - do not htmlentities on whole string
  1053.       - respect arg_separator.input from php.ini
  1054.     * libraries/common.lib.php:
  1055.       - make PMA_sendHeaderLocation() earlier available
  1056.       - add SID only if set
  1057.       - check for url params already exist or not (wether & . SID or ? . SID)
  1058.       - respect arg_separator.input from php.ini
  1059.     * libraries/auth/cookie.auth.lib.php: use PMA_sendHeaderLocation()
  1060.       and new functionality of PMA_generate_common_url()
  1061.     * themes/original: revised
  1062.     * themes/darkblue_orange: revised
  1063.  
  1064. 2005-11-25 Michal ─îiha┼Ö  <michal@cihar.com>
  1065.     * Documentation.html, config.footer.inc.php(deleted),
  1066.       config.header.inc.php(deleted), libraries/common.lib.php,
  1067.       libraries/footer.inc.php, libraries/footer_custom.inc.php,
  1068.       libraries/header.inc.php, libraries/header_custom.inc.php,
  1069.       libraries/auth/cookie.auth.lib.php, libraries/auth/http.auth.lib.php:
  1070.       Header and footer per themes (RFE #984152) [this part removed later],
  1071.       config.{header,footer}.inc.php files are now optional.
  1072.     * libraries/select_lang.lib.php: Fix undefined indexes.
  1073.     * */.cvsignore: Ignore custom headers and temporary files from Vim.
  1074.     * libraries/footer.inc.php, lang/*: Better message for new window, thanks
  1075.       to Sebastian and Marc.
  1076.     * libraries/auth/cookie.auth.lib.php: Do not create URLs like index.php?&.
  1077.     * scripts/setup.php, Documentation.html, .cvsignore: Setup script (RFE
  1078.       #601016).
  1079.  
  1080. 2005-11-24 Marc Delisle  <lem9@users.sourceforge.net>
  1081.     * js/querywindow.js: bug #1365503, "do not overwrite this query"
  1082.  
  1083. 2005-11-24 Michal ─îiha┼Ö  <michal@cihar.com>
  1084.     * libraries/header_http.inc.php, libraries/header_meta_style.inc.php: Fix
  1085.       XSS on some libraries (CVE-2005-3665).
  1086.     * *.php, libraries/*.php: Move scritps that don't need direct access to
  1087.       libraries folder.
  1088.     * Documentation.html: Up to date information about relation stuff.
  1089.     * tbl_query_box.php: Remove unused file.
  1090.     * libraries/tbl_properties.inc.php: Disable clicking events on table
  1091.       creation (bug #1358896).
  1092.     * js/functions.js: Better support for noclickable rows (see above).
  1093.     * lang/swedish: Update, thanks to Bj├╢rn T. Hallberg - bjornth.
  1094.     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
  1095.     * lang/czech: Updated.
  1096.  
  1097. 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1098.     * themes/original/*, css/phpmyadmin.css.php:
  1099.       - updated theme
  1100.       - added version, to include only needed styles
  1101.     * libraries/dbi/*: added PMA_DBI_get_client_info(), PMA_DBI_get_proto_info()
  1102.       PMA_DBI_get_host_info()
  1103.     * main.php, css/phpmyadmin.css.php:
  1104.       - replaced table layout
  1105.       - added some more infos
  1106.     * themes/original/css/theme_left.cs..php: fixed font size
  1107.     * libraries/url_generating.lib.php:
  1108.       - dont add variables already in cookie (reduces html output up to 30%)
  1109.       - can pass all url variables as array to function
  1110.     * main.php, index.php: moved setting of cookies into index.php
  1111.     * libraries/select_lang.lib.php: made code more reliable
  1112.     * index.php: wrong check for safari
  1113.  
  1114. 2005-11-23 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1115.     * *REVERTED* libraries/display_select_lang.lib.php: correct lang definition
  1116.     * themes/original/*, libraries/auth/*.auth.lib.php, server_privilegs.php,
  1117.       db_printview.php, tbl_properties_structure.php, tbl_properties.inc.php,
  1118.       tbl_relation.php, browse_foreigners.php, css/phpmyadmin.css.php,
  1119.       header_printview.inc.php, header_meta_style.inc.php, themes.php:
  1120.       - drop PMA_setFontSizes()
  1121.     * browse_foreigners.php, css/phpmyadmin.css.php, querywindow.php, themes.php
  1122.       header.inc.php, libraries/auth/config.auth.lib.php, db_details_qbe.php
  1123.       libraries/auth/cookie.auth.lib.php, server_collations.php
  1124.       - moved styles into css
  1125.     * themes.php, css/phpmyadmin.css.php:
  1126.       - moved styles into css
  1127.       - no need for javascript
  1128.     * relation.lib.php: uninitialized variable
  1129.     * tbl_select.php, css/phpmyadmin.css.php:
  1130.       - moved styles into css
  1131.       - minor code improvements
  1132.  
  1133. 2005-11-23 Michal ─îiha┼Ö  <michal@cihar.com>
  1134.     * config.default.php, libraries/import/csv.php, libraries/import/ldi.php:
  1135.       Drop optional escaping as this should not have any real functionality.
  1136.     * libraries/import.lib.php: Do not overwrite error message from import in
  1137.       case of single SQL query is being executed.
  1138.     * libraries/import/csv.php: Make enclosing behaviour same as in MySQL LOAD
  1139.       DATA (bug #1363532).
  1140.     * lang/*: Remove unused messages.
  1141.     * main.php, libraries/display_select_lang.lib.php,
  1142.       libraries/auth/cookie.auth.lib.php: Common code for language selection
  1143.       form.
  1144.     * libraries/display_select_lang.lib.php, libraries/select_lang.lib.php:
  1145.       Show native names of languages (RFE #1342726).
  1146.     * libraries/auth/cookie.auth.lib.php: Try to load mcrypt extension.
  1147.     * Documentation.html, config.default.php, libraries/common.lib.php:
  1148.       Configurable default connection collation (RFE #1025969).
  1149.     * css/phpmyadmin.css.php, libraries/auth/cookie.auth.lib.php: Use
  1150.       fieldsets on login form (RFE #1364546), use notice box for cookie
  1151.       information.
  1152.     * libraries/display_select_lang.lib.php,
  1153.       libraries/auth/cookie.auth.lib.php: Use fieldset for language selection.
  1154.     * main.php, libraries/left_header.inc.php,
  1155.       libraries/select_server.lib.php, libraries/auth/cookie.auth.lib.php:
  1156.       Functionalised server selection and use it in cookie auth (RFE
  1157.       #1362727).
  1158.     * libraries/common.lib.php: Do not complain if config file is not present,
  1159.       as we can still work in this case (bug #1364647).
  1160.     * lang/*: Added missing $strInvalidServerHostname.
  1161.     * libraries/auth/cookie.auth.lib.php: Move error message on top of page.
  1162.     * lang/swedish: Update, thanks to Bjorn T. Hallberg - bjornth.
  1163.     * header.inc.php: Remove unused code.
  1164.     * Documentation.html, tbl_properties.inc.php,
  1165.       transformation_overview.php, libraries/transformations/overview.php
  1166.       (deleted): Move transformation overview out of libraries folder.
  1167.     * js/*.js, libraries/*.js (deleted), browse_foreigners.php, calendar.php,
  1168.       header.inc.php, index.php, pdf_pages.php, querywindow.php,
  1169.       tbl_change.php, tbl_properties.inc.php,
  1170.       libraries/display_tbl_links.lib.php, test/theme.php: Move javascript
  1171.       stuff out of libraries folder.
  1172.     * libraries/.htaccess: Deny access to libraries folder over HTTP.
  1173.     * Documentation.html: Recommend disabling access to libraries folder.
  1174.     * libraries/display_export.lib.php, lang/*: Better description for
  1175.       filename format (RFE #1362423).
  1176.     * Documentation.html, index.php: Add target parameter to index.php to
  1177.       allow direct jump to any script.
  1178.     * libraries/auth/cookie.auth.lib.php: Remember selected page when login
  1179.       time outs.
  1180.     * footer.inc.php, server_links.inc.php, css/phpmyadmin.css.php, lang/*,
  1181.       libraries/common.lib.php: Add link for duplicating current frameset (RFE
  1182.       #1165206).
  1183.     * config.default.php, sql.php, Documentation.html: Allow browse page to be
  1184.       default (RFE #1228013).
  1185.     * db_details_structure.php, left.php, tbl_properties_links.php: Do not
  1186.       pass default query to sql.php as it is not needed right now.
  1187.     * tbl_change.php, tbl_printview.php, tbl_properties.inc.php,
  1188.       tbl_properties_structure.php, libraries/display_tbl.lib.php,
  1189.       libraries/export/htmlword.php, libraries/export/latex.php: Use native
  1190.       MySQL comments when applicable (RFE #1362923).
  1191.  
  1192. 2005-11-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1193.     * added test/theme.php: for testing themes
  1194.     * phpinfo.php:
  1195.       - respect only $GLOBALS['cfg']['ShowPhpInfo']
  1196.       - minimum include
  1197.     * libraries/common.lib.php
  1198.       - merged two server array checks
  1199.       - dont exit if user config loading failed
  1200.       - dont exit with invalid server index
  1201.       - use file_get_contents() or file() if not present
  1202.       - removed wrong error message
  1203.       - check if $cfg['ServerDefault'] is in $cfg['Servers'] before usning it
  1204.  
  1205. 2005-11-21 Michal ─îiha┼Ö  <michal@cihar.com>
  1206.     * libraries/import/sql.php: Fix query splitting in some cases (reported by
  1207.       Marc).
  1208.     * libraries/common.lib.php, lang/*: Translate message that has been
  1209.       ignored for 2.7.0 release.
  1210.     * libraries/common.lib.php: Make code more redable, default to MySQL 5.0
  1211.       documentation as it is latest stable version.
  1212.     * main.php, libraries/select_server.lib.php,
  1213.       libraries/auth/cookie.auth.lib.php: Escape verbose server name (bug
  1214.       #1362671).
  1215.     * index.php: Avoid XSS on HTTP_HOST.
  1216.  
  1217. 2005-11-20 Marc Delisle  <lem9@users.sourceforge.net>
  1218.     ### 2.7.0-rc1 released
  1219.     * many files: $dbh becomes $controllink for better contrast with $userlink
  1220.  
  1221. 2005-11-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1222.     * libraries/common.lib.php::PMA_showMySQLDocu()
  1223.       - undefined constant (if server connection fails)
  1224.     * libraries/select_theme.lib.php
  1225.       - undefined variable (if server connection fails)
  1226.  
  1227. 2005-11-18 Marc Delisle  <lem9@users.sourceforge.net>
  1228.     * libraries/database_interface.lib.php: initialize in case there are
  1229.       no databases (MySQL < 5.0)
  1230.  
  1231. 2005-11-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1232.     * server_databases.php:
  1233.       - require_once common.lib.php BEFORE ANYTHING else
  1234.       - unified style, removed tables
  1235.       - removed superuser check for dbstats
  1236.     * css/phpmyadmin.css.php:
  1237.       - small improvements
  1238.     * themes/darkblue_orange/css/*
  1239.       - fixed font sizes
  1240.     * lang/english-*: small improvements
  1241.     * tbl_properties_structure.php
  1242.       - do not truncate rowcount and next autoindex
  1243.     * /*
  1244.       - common.lib.php should REALLY REALLY and ALWAYS be the first include
  1245.       - no other calls to grab_gloabls.lib.php
  1246.     * fixed minimum_common for css files
  1247.     * header.inc.php: missing ; after "
  1248.     * libraries/function.js::pdfPaperSize()
  1249.       - function does not always return a vlaue
  1250.       - undeclared variables
  1251.     * libraries/display_export.lib.php
  1252.       - use superscript tag for comment
  1253.     * server_links.inc.php
  1254.       - require_once server_common.inc.php
  1255.  
  1256. 2005-11-17 Marc Delisle  <lem9@users.sourceforge.net>
  1257.     * Documentation.html: patch #1353283, thanks to Isaac Bennetch
  1258.     * lang/finnish: update, thanks to Jouni Kahkonen
  1259.     * lang/belarusian updates, thanks to Jaska Zedlik
  1260.  
  1261. 2005-11-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1262.     * libraries/grab_globals.lib.php: just to be sure:
  1263.       - clean/empty $GLOBALS with $variables_whitelist
  1264.       - unset some vars after use
  1265.       - check all superglobals that could be imported by register_globals=on
  1266.         for GLOBALS key (not only _REQUEST and _FILES )
  1267.       - added $import_blacklist
  1268.         - added variables starting with pma_, numeric or containing spaces
  1269.         - *REVERT* do not prevent import pma_*
  1270.       - rewrote PMA_gpc_extract()
  1271.         - use $import_blacklist
  1272.         - documentation
  1273.     * libraries/common.lib.php, libraries/mysql_charsets.lib.php,
  1274.       libraries/select_lang.php: keep the global space clean
  1275.       - unset variables after use
  1276.       - commented out some never used variables
  1277.     * main.php, libraries/common.lib.php, libraries/dbi/*:
  1278.       - added $GLOBALS['PMA_errors'] array
  1279.     * libraries/database_interface.lib.php, libraries/dbi/*:
  1280.       fall back to alternative mysql extension if selected fails and switch to
  1281.       error.php if this fails too
  1282.        - moved loading of extension out of libraries/dbi/* into
  1283.          libraries/database_interface.lib.php
  1284.     * libraries/sanitizing.lib.php: dont use deprecated tags
  1285.     * lang/german-*: fixed $strCantLoad
  1286.  
  1287. 2005-11-16 Marc Delisle  <lem9@users.sourceforge.net>
  1288.     * tbl_properties_links.php: missing menu tabs
  1289.     * Documentation.html, config.default.php, footer.inc.php,
  1290.       querywindow.php, tbl_query_box.php, libraries/common.lib.php,
  1291.       libraries/left_header.inc.php, libraries/sql_query_form.lib.php:
  1292.       new Query Window behavior
  1293.  
  1294. 2005-11-16 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1295.     * added missing themes/darkblue_orange/img/error.ico
  1296.     * themes/darkblue_orange/css/theme_right.css.php
  1297.       - wrong error.ico
  1298.     * themes/*/img/tbl_error.png, themes/original/img/tbl_*, themes/*/img/dot_*,
  1299.       themes/*/img/frm_linevrlt.png
  1300.       - removed
  1301.  
  1302. 2005-11-15 Michal ─îiha┼Ö  <michal@cihar.com>
  1303.     * css/phpmyadmin.css.php: Do not use common header file, as there is
  1304.       nothing common at all.
  1305.     * libraries/header_http.inc.php: Allways send text/html content type.
  1306.     * libraries/db_table_exists.lib.php, libraries/header_http.inc.php,
  1307.       transformation_wrapper.php: Use define rather than variable for
  1308.       conditional paths.
  1309.     * libraries/display_create_database.lib.php: Add label for create database
  1310.       input.
  1311.  
  1312. 2005-11-14 Michal ─îiha┼Ö  <michal@cihar.com>
  1313.     * libraries/sql_query_form.lib.php: Fix %f expansion (bug #1355776).
  1314.  
  1315. 2005-11-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1316.     * themes/*/css/theme_right.css.php, css/phpmyadmin.css.php:
  1317.       bug #1342683 Wrong URL to error.ico
  1318.     * libraries/tooltip.js::pmaTooltip():
  1319.       - no return value (not always returns a value)
  1320.       - additional check
  1321.       - undefined variable docY
  1322.     * libraries/left_header.inc.php
  1323.       - added class icon
  1324.     * display_tbl.lib.php, libraries/display_tbl_links.lib.php:
  1325.       - added class icon to images
  1326.       - fixed select all rows
  1327.       - removed arrow_ltr/rtl.png for vertical display
  1328.       - cleaned up php code and html output
  1329.     * css/phpmyadmin.css.php:
  1330.       - removed space arround form elements
  1331.  
  1332. 2005-11-13 Michal ─îiha┼Ö  <michal@cihar.com>
  1333.     * Documentation.html, config.default.php, main.php, server_links.inc.php,
  1334.       server_variables.php, server_status.php: Drop $cfg['ShowMysqlInfo'] and
  1335.       $cfg['ShowMysqlVars'] and show info in all cases. Drop $is_superuser
  1336.       condition from showing php info.
  1337.     * lang/czech: Small improvements.
  1338.  
  1339. 2005-11-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1340.     * db_details_structure.php: wrong js function call
  1341.     * libraries/functions.js
  1342.       - removed deprecated function setCheckboxesRange()
  1343.       - rewrote setCheckboxes()
  1344.       libraries/server_privilegs.js
  1345.       - removed setCheckboxes()
  1346.       header.inc.php: include functions.js for server_privilegs.php
  1347.       server_privilegs.php
  1348.       - bug #1353437 Table/Column privileges brokeness new in HEAD
  1349.       - fixed proper display fo yes/no for column/table specific rights
  1350.       - fixed row selection
  1351.       - make use of javascript:un/markAllRows()
  1352.       - adapted layout like db, table and row lists
  1353.     * lang/german: fixed translation
  1354.  
  1355. 2005-11-11 Marc Delisle  <lem9@users.sourceforge.net>
  1356.     * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
  1357.     * lang/finnish: update, thanks to Jouni Kahkonen
  1358.  
  1359. 2005-11-10 Marc Delisle  <lem9@users.sourceforge.net>
  1360.     * libraries/session.inc.php, Documentation.html: bug #1352479, warn
  1361.       if PHP does not support session
  1362.     * server_privileges.php: bug #1353435, selecting users to drop is broken
  1363.       and bug #1353437, undefined index while editing a user
  1364.  
  1365. 2005-11-10 Michal ─îiha┼Ö  <michal@cihar.com>
  1366.     * scripts/create-release.sh: = is correct for comparsion in shell.
  1367.     * server_privileges.php: Revert fix for #1353437, there are wrong data and
  1368.       not displaying of it, fix bad display of table privileges.
  1369.  
  1370. 2005-11-09 Marc Delisle  <lem9@users.sourceforge.net>
  1371.     * pdf_pages.php: bug #1245891, too large scaling in PDF schema
  1372.     * libraries/bookmark.lib.php: bug #1339184 (for bookmark insertion)
  1373.     * tbl_properties.inc.php: superscript 1 for Length/Values
  1374.  
  1375. 2005-11-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1376.     * server_databases.php, mysql_charsets-lib.php:
  1377.       bug #1351743 undefined function: pma_getservercollation()
  1378.     * database_interface.lib.php: added PMA_DBI_get_default_engine()
  1379.     * db_details_structure.php:
  1380.       - fixed display issues
  1381.       - display default engine in footer
  1382.     * libraries/common.lib.php: added PMA_getDbLink
  1383.     * libraries/display_create_table.lib.php: use fieldset
  1384.     * server_privilegs.php, libraries/server_privilegs.js:
  1385.        - db with only table specific rights where not displayed if there was not
  1386.          at least one db with db specfic rights
  1387.        - javascript errors
  1388.     * function.js, db_details_structure.php, tbl_properties_structure.php,
  1389.       display_tbl.lib.php, server_databases.php:
  1390.        - added js:markAllRows(), js:unMarkAllRows()
  1391.        - check/uncheck all rows now sets mark color for this rows
  1392.  
  1393. 2005-11-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1394.     * Documentation.html, browse_foreigners.php, error.php,
  1395.       header_printview.inc.php, index.php, left.php, translators.html,
  1396.       libraries/header_meta_style.inc.php, scripts/decode_bug.php:
  1397.       fixed/added favicon
  1398.     * tbl_indexes.php: bug #1350872 Broken Link in Structure Tab
  1399.  
  1400. 2005-11-07 Marc Delisle  <lem9@users.sourceforge.net>
  1401.     * tbl_properties_links.php: undefined variable $db_is_information_schema
  1402.     ### 2.7.0-beta1 released
  1403.  
  1404. 2005-11-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1405.     * libraries/display_tbl.lib.php:
  1406.       bug #985399 MIME-based in print view / need to select the pk
  1407.     * db_details_db_info.php: Undefined variable: db_is_information_schema
  1408.     * tbl_properties.inc.php: bug #1305585 Add field(s) -> type ENTER
  1409.  
  1410. 2005-11-06 Marc Delisle  <lem9@users.sourceforge.net>
  1411.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  1412.  
  1413. 2005-11-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1414.     * libraries/database_interface.lib.php,
  1415.       libraries/dbi/*.dbi.lib.php:
  1416.       - added PMA_DBI_convert_message()
  1417.       - bug #1344654 Not converted mysql error message to chosen user language
  1418.     * sql.php: use fieldset for 'bookmark this'
  1419.  
  1420. 2005-11-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1421.     * themes/*/css/theme_right.css.php:
  1422.       dropped deprecated style classes
  1423.     * server_databases, libraries/databases_interface.lib.php,
  1424.       libraries/mysql_charsets.lib.php:
  1425.       updated database list:
  1426.       - added PMA_getServerCollation()
  1427.         - display server collation in db list footer
  1428.       - added PMA_DBI_get_databases_full()
  1429.         - make use of info_schema on MySQL 5
  1430.         - always display db stats for MySQL 5
  1431.       - fixed html output
  1432.       - replaced " with ' in some queries
  1433.     * tbl_properties_structure.php, tbl_properties_common.php
  1434.       tbl_properties_links.php:
  1435.       - no drop, empty, operation, insert, import for information_schema tables
  1436.       - enabled export for views
  1437.     * db_details_common.php, db_details_structure.php, db_details_links.php:
  1438.       - no import, drop, rights, operation for information_schema
  1439.  
  1440. 2005-11-04 Marc Delisle  <lem9@users.sourceforge.net>
  1441.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
  1442.  
  1443. 2005-11-04 Michal ─îiha┼Ö  <michal@cihar.com>
  1444.     * db_details_structure.php: Read InnoDB exact count before rendering icons
  1445.       for truncating (bug #1337744).
  1446.  
  1447. 2005-11-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1448.     * db_details_structure.php:
  1449.       fixed display of stats for InnoDB and information_schema
  1450.     * main.php:
  1451.       - bug #1348089 SQL and actions bellow should be same width
  1452.       - removed nowrap, vertical srcolling is really annoying
  1453.     * main.php, libraries/check_user_privileges.lib.php:
  1454.       - bug #1348189 after droping db some links in main.php are missing
  1455.     * header.inc.php, libraries/common.lib.php:
  1456.       - added class icon to img-tags
  1457.     * libraries/header_meta_style.inc.php:
  1458.       fixed position of link meta tag
  1459.     * libraries/select_server.lib.php
  1460.       fixed html output
  1461.  
  1462. 2005-11-03 Marc Delisle  <lem9@users.sourceforge.net>
  1463.     * tbl_change.php, tbl_replace.php, tbl_replace_fields.php:
  1464.       bug #1339184, problems in strict mode inserting auto-increment fields
  1465.     * libraries/header_meta_style.inc.php: favicon on login panel
  1466.     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
  1467.  
  1468. 2005-11-03 Michal ─îiha┼Ö  <michal@cihar.com>
  1469.     * libraries/common.lib.php: Incorrect message for validate links (bug
  1470.       #1346608).
  1471.  
  1472. 2005-11-03 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1473.     * themes/dakrblue_orange/theme_right.css.php, css/phpmyadmin.css.php:
  1474.       fixed different font sizes
  1475.     * footer.inc.php, libraries/dbg/*:
  1476.       use $GLOBALS as this scripts can be included from inside a function
  1477.     * left.php, libraries/common.lib.php:
  1478.       fixed some rtl lang issues
  1479.  
  1480. 2005-11-02 Michal ─îiha┼Ö  <michal@cihar.com>
  1481.     * config.default.php: This is not a configuration file.
  1482.     * config.default.php, Documentation.html, libraries/common.lib.php: Use
  1483.       $cfg['Servers'][1] from config.default.php as defaults for settings in
  1484.       config.inc.php (bug #1330847).
  1485.  
  1486. 2005-11-02 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1487.     * libraries/dbg/setup.php:
  1488.       - display error in error box
  1489.       - fixed 'not defined function'
  1490.     * libraries/dbg/profiling.php:
  1491.       - minor fixes: html output, speed, rtl lang
  1492.     * tbl_realtion.php:
  1493.       - fixed html output of table
  1494.       - used fieldset for forms
  1495.     * libraries/common.lib.php, browse_foreigners.php:
  1496.       - replaced $cfg['Bgcolor*'] with classes
  1497.       - make use of fieldset
  1498.     * css/print.css, dbv_datadict.php:
  1499.       - replaced $cfg['Bgcolor*'] with classes
  1500.       - reduced output size by 40%
  1501.     * libraries/display_create_tbl.php
  1502.       - XHTML compl.
  1503.       - added class icon
  1504.  
  1505. 2005-11-01 Marc Delisle  <lem9@users.sourceforge.net>
  1506.     * server_privileges.php: undefined variable when changing a password
  1507.  
  1508. 2005-11-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1509.     * libraries/common.lib.php:
  1510.       bug #1342332 Error messages wrongly formatted.
  1511.     * themes/*/css/theme_right.css.php:
  1512.        - fixed some rtl languages issues
  1513.        - added style for notice box (server_export.php)
  1514.  
  1515. 2005-10-31 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1516.     * themes/*/css/theme_right.css.php:
  1517.        - use right image path
  1518.        - fixed icon alignment for rtl languages
  1519.     * main.php, phpmyadmin.css.php, libraries/mysql_charsets.lib.php:
  1520.        - fixed some rtl language issues
  1521.     * favicon.ico: changed icon
  1522.  
  1523. 2005-10-31 Marc Delisle  <lem9@users.sourceforge.net>
  1524.     * server_privileges.php: do not display No under the Password column
  1525.       if this is not a "real user" definition
  1526.  
  1527. 2005-10-31 Michal ─îiha┼Ö  <michal@cihar.com>
  1528.     * libraries/select_lang.lib.php: Simplify code.
  1529.     * libraries/common.lib.php: Allow collation change for ENUM and SET
  1530.       columns (bug #1343627).
  1531.     * main.php: Use normal message on reload, not just plain text.
  1532.     * themes/darkblue_orange/css/theme_right.css.php,
  1533.       themes/original/css/theme_right.css.php: Fix URL for cursor (bug
  1534.       #1342683).
  1535.  
  1536. 2005-10-30 Michal ─îiha┼Ö  <michal@cihar.com>
  1537.     * lang/slovak: Update, thanks to Ivan Kuriscak - shylauda69.
  1538.     * lang/*: Remove duplicite message.
  1539.     * lang/sync_lang.sh: Sync japanese also, it works now (at least for me).
  1540.     * lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
  1541.     * libraries/display_tbl.lib.php: Do not break on special chars in column
  1542.       name (bug #1180668).
  1543.     * libraries/common.lib.php: Do not escape SQL query twice while showing it
  1544.       in error message (bug #1336452).
  1545.     * left.php, querywindow.php, tbl_query_box.php: Fix including of files
  1546.       when search path does not contain current directory.
  1547.     * libraries/common.lib.php, libraries/left_header.inc.php: Use common code
  1548.       for generating links to documentation, fixes link to new style docs.
  1549.  
  1550. 2005-10-29 Michal ─îiha┼Ö  <michal@cihar.com>
  1551.     * Documentation.html, config.default.php, libraries/common.lib.php: Link
  1552.       documentation to version we run (RFE #1334292), fix links for chapter
  1553.       documentation (bug #1341676), drop support for old links.
  1554.     * tbl_indexes.php, tbl_properties.inc.php, tbl_select.php,
  1555.       libraries/display_create_database.lib.php,
  1556.       libraries/sql_query_form.lib.php: Fix documentation links (bug
  1557.       #1341676).
  1558.  
  1559. 2005-10-29 Olivier Mueller <om@omnis.ch>
  1560.     * scripts/upgrade.pl: various fixes (was not handling rc/pl correctely),
  1561.       and improvements (--force option, installation summary, backup
  1562.       directory timestamp)
  1563.  
  1564. 2005-10-29 Marc Delisle  <lem9@users.sourceforge.net>
  1565.     * Documentation.html: clarification on FAQ 6.20
  1566.     * server_privileges.php: respect the chosen initial
  1567.     * libraries/display_tbl.lib.php: patch 1328902 (adapted), format row count
  1568.       in the Browse header, thanks to Cal Henderson
  1569.  
  1570. 2005-10-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1571.     * server_privilegs.php, libraries/common.lib.php,
  1572.       themes/*/theme_right.css.php:
  1573.        - minor tweak in display
  1574.        - added PMA_unescape_mysql_wildcards()
  1575.        - bug #1144110 Unable to escape "_"
  1576.        - now every user from every mysql table is displayed
  1577.        - no table specific rights for db wildcards
  1578.     * index.php, favicon.ico: added favicon.ico
  1579.  
  1580. 2005-10-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1581.     * libraries/common.lib.php::PMA_formatNumber(),
  1582.       db_details_structure.php: do not truncate rowcount
  1583.     * libraries/mysql_charsets.lib.php::PMA_getDbCollation():
  1584.       - preserve selected db
  1585.       - make use of PMA_DBI_select_db()
  1586.       - documentation
  1587.     * tbl_properties_structure.php:
  1588.       - added browser icon for each field (count unique values)
  1589.       - removed styling
  1590.       - make use of global row highlighting/marking
  1591.       - display 'print table' and row stats for views
  1592.       - no actions for info_schema tables
  1593.     * css/phpmyadmin.css.php:
  1594.       - added style for class selectallarrow
  1595.       - added extra space between icons and text
  1596.     * browse_foreigners.php, header_printview.inc.php, left.php:
  1597.       bug #1334963 Per-server themes - left frame colors unthemed
  1598.     * server_privileges.php:
  1599.       - bug #1274032 Field privileges with database names containing underscores
  1600.       - use DROP USER
  1601.       - use db_name LIKE REPLACE( mysql.db.Db, \_, _ )
  1602.     * libraries/grab_globals.lib.php: [XSS] clean $_SERVER variables
  1603.     * left.php, libraries/common.lib.php: format rowcount in left frame
  1604.     * server_privileges.php:
  1605.       bug #688255 Can't edit priv. when different host in db and user
  1606.  
  1607. 2005-10-26 Marc Delisle  <lem9@users.sourceforge.net>
  1608.     * lang/french* updates
  1609.  
  1610. 2005-10-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1611.     * themes/*/theme_right.css.php, libraries/auth/http.auth.lib.php,
  1612.       db_operations.php, mult_submits.inc.php, server_privileges.php,
  1613.       css/phpmyadmin.css.php, libraries/common.lib.php, sql.php,
  1614.       libraries/auth/cookie.auth.lib.php:
  1615.       unified message boxes (error, warning, confirmation)
  1616.     * server_privilegs.php: MySQL 5 requires CREATE USER before GRANT
  1617.  
  1618. 2005-10-25 Michal ─îiha┼Ö  <michal@cihar.com>
  1619.     * lang/english: "Log in" is correct naming for action (RFE #945440).
  1620.     * tbl_properties_operations.php: Allow to change auto_increment for
  1621.       InnoDB (bug #1337873).
  1622.     * tbl_properties_operations.php: Reread table information after change, so
  1623.       that rendered page contains change, that has been just done.
  1624.  
  1625. 2005-10-24 Michal ─îiha┼Ö  <michal@cihar.com>
  1626.     * tbl_properties_operations.php: Fix changing table attributes, reread new
  1627.       parameters after changing them (bug #1290413).
  1628.     * main.php: Remove useless isset.
  1629.     * lang/czech: Update.
  1630.  
  1631. 2005-10-23 Marc Delisle  <lem9@users.sourceforge.net>
  1632.     * libraries/relation.lib.php: there is already a function to do this
  1633.       sort (thanks to Sebastian)
  1634.     * tbl_change.php: bug #1334627, do not set NOW() as default function
  1635.       when the TIMESTAMP has a default value and does not have the
  1636.       ON UPDATE CURRENT TIMESTAMP attribute (phew! repeat this 3 times)
  1637.  
  1638. 2005-10-21 Marc Delisle  <lem9@users.sourceforge.net>
  1639.     * libraries/relation.lib.php: foreign dropdowns: sort id-content by id
  1640.       and content-id by content
  1641.     * libraries/common.lib.php: bug #1330847, undefined index connect_type
  1642.  
  1643. 2005-10-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1644.     * db_details_export.php:
  1645.       - replaced for() with foreach()
  1646.       - dont pollute $GLOBALS['table']
  1647.     * libraries/mysql_charsets.lib.php:
  1648.       - make use of mysql variable collation_database
  1649.       - fixed call to PMA_DBI_fetch_value() (return second field, not first)
  1650.     * libraries/database_interface.lib.php:
  1651.       extended function PMA_DBI_get_tables_full():
  1652.        - make use of information_schema
  1653.        - always fill fields for information_schema and show table status
  1654.     * db_details_db_info.php: make use of function PMA_DBI_get_tables_full()
  1655.  
  1656. 2005-10-20 Marc Delisle  <lem9@users.sourceforge.net>
  1657.     * server_databases.php: security fix
  1658.     * libraries/common.lib.php, /grab_globals.lib.php: security fix
  1659.  
  1660. 2005-10-20 Alexander M. Turek  <me@derrabus.de>
  1661.     * libraries/mysql_charsets.lib.php:
  1662.       - On MySQL 5.0.6, we don't have to parse SHOW CREATE DATABASE anymore,
  1663.         if we just want to get to know a database's default collation;
  1664.      - Make use of this fancy new function PMA_DBI_fetch_value().
  1665.  
  1666. 2005-10-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1667.     * sql.php, footer.inc.php: refresh left frame on view creation
  1668.     * left.php: view icon for views
  1669.     * libraries/left.js: dropped
  1670.     * libraries/function.js: tuned PMA_merkRowsInit():
  1671.       every table with class data now has mark and hover effect
  1672.     * css/phpmyadmin.css.php: nowrap for IE and pre for the rest
  1673.     * css/phpmyadmin.css.php, server_status.php: css cleanup
  1674.     * db_details_structure.php, db_details_db_info.php:
  1675.       - XHTML compliance, styling outsourced, row marker outsourced
  1676.       - do not too much if there is no table
  1677.  
  1678. 2005-10-19 Alexander M. Turek  <me@derrabus.de>
  1679.     * lang/*.inc.php, libraries/mysql_charsets.lib.php: Correct description
  1680.       for collations utf8_esperanto_ci, ucs2_esperanto_ci.
  1681.     * lang/german-*.inc.php: Updated some untranslated strings.
  1682.  
  1683. 2005-10-19 Marc Delisle  <lem9@users.sourceforge.net>
  1684.     * libraries/bookmark.lib.php: PHP 5.1.0-dev compatibility
  1685.  
  1686. 2005-10-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1687.     * footer.inc.php, index.php, server_databases.php, libraries/querywindow.js:
  1688.       fix problem not remembering selected server
  1689.     * libraries/tooltip.js, themes/*/theme_right.css.php:
  1690.       moved not always needed code out of event handler, fixed display with larger font
  1691.     * libraries/function.js, css/phpmyadmin.css.php:
  1692.       added mark and hover effect to every table of class data
  1693.     * libraries/sql_query_form.lib.php: open db link from querywindow in main frame
  1694.     * footer.inc.php, header.inc.php, libraries/tooltip.js:
  1695.       moved tooltip javascript include into header
  1696.  
  1697. 2005-10-18 Michal ─îiha┼Ö  <michal@cihar.com>
  1698.     * libraries/relation.lib.php: Do not set database if not needed.
  1699.     * libraries/common.lib.php: Use common infrastructure for getting tables.
  1700.     * Documentation.html, config.default.php, libraries/select_lang.lib.php:
  1701.       Allow to limit list of shown languages (RFE #1328003).
  1702.     * libraries/common.lib.php: Fix URL detection when not called from top
  1703.       level directory (eg. transformations overview).
  1704.     * Documentation.html, config.default.php, export.php, import.php,
  1705.       tbl_change.php, tbl_replace_fields.php, libraries/common.lib.php,
  1706.       libraries/display_export.lib.php, libraries/display_import.lib.php,
  1707.       libraries/sql_query_form.lib.php: Support for user specific upload and
  1708.       save directories (RFE #1260039).
  1709.  
  1710. 2005-10-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1711.     * querywindow.php: wrong handling of linebreaks in query: bug #1243888
  1712.     * left.php, sql.php, tbl_change.php, libraries/common.lib.php,
  1713.       libraries/querywindow.js: update row count in left frame bug #1243908
  1714.     * libraries/common.lib.php:
  1715.       bug #1216521: display duplicate rows for failed unique key creation
  1716.  
  1717. 2005-10-17 Michal ─îiha┼Ö  <michal@cihar.com>
  1718.     * lang/czech: Translation fixes.
  1719.     * libraries/common.lib.php: Group databases by rightmost separator (bug
  1720.       #1325651).
  1721.     * libraries/string.lib.php: Fix escaping detection on multi byte strings.
  1722.     * libraries/sql_query_form.lib.php: No warning if no db defined.
  1723.     * libraries/sqlparser.lib.php: Avoid warning if analyzing failed.
  1724.  
  1725. 2005-10-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1726.     * css/phpmyadmin.css.php: border around tabs bug #1326730
  1727.     * libraries/header_meta_style.inc.php, themes/*: removed unused 'js_isDOM'
  1728.     * queryframe.php, db_operations.php, footer.inc.php, header.inc.php,
  1729.       header_printview.inc.php, left.php, querywindow.php,
  1730.       transformation_wrapper.php, left_header.inc.php:
  1731.       removed queryframe.php and references to it
  1732.     * index.php, footer.inc.php, left.php, querywindow.php, server_databases.php
  1733.       libraries/common.lib.php, libraries/left_header.inc.php,
  1734.       libraries/sql_query_form.lib.php, libraries/querywindow.js:
  1735.       code cleanup whole querywindow js stuff, moved all in one new js file,
  1736.       now included in index.php, bug #1327055
  1737.  
  1738. 2005-10-16 Michal ─îiha┼Ö  <michal@cihar.com>
  1739.     * db_details_links.php: Disable drop tab on mysql database (RFE #1327514).
  1740.     * server_databases.php: Don't allow to check mysql database for dropping
  1741.       (RFE #1327514).
  1742.     * lang/*, libraries/transformations/text_plain__sql.inc.php:
  1743.       Transformation for SQL pretty printing (RFE #1327648).
  1744.  
  1745. 2005-10-16 Marc Delisle  <lem9@users.sourceforge.net>
  1746.     * tbl_create.php, tbl_alter.php: undefined $field_collation under MySQL < 4.1.x
  1747.     * tbl_properties_structure.php, tbl_alter.php, libraries/sqlparser.lib.php:
  1748.       bug #1320470, timestamp is not shown as being NULL under MySQL < 4.1.x
  1749.  
  1750. 2005-10-14 Marc Delisle  <lem9@users.sourceforge.net>
  1751.     * libraries/dbi/mysqli.dbi.lib.php: problem under MySQL 4.0.x
  1752.     * libraries/sql_query_form.lib.php: support MySQL < 4.1.x
  1753.  
  1754. 2005-10-14 Michal ─îiha┼Ö  <michal@cihar.com>
  1755.     * libraries/sql_query_form.lib.php: Do not attempt to read upload dir when
  1756.       not configured.
  1757.     * libraries/sqlparser.lib.php: Do not walk chars for hex and numbers one
  1758.       by one, this boosts performance while inserting huge blobs (bug
  1759.       #1315232).
  1760.     * libraries/sqlparser.lib.php: Handle correctly float like .01 (bug
  1761.       #1252713).
  1762.  
  1763. 2005-10-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1764.     * lang/*: typo 'unser' -> 'user'
  1765.     * lang/german: partial Update
  1766.     * libraries/import.lib.php: uninitialized variables
  1767.  
  1768. 2005-10-13 Marc Delisle  <lem9@users.sourceforge.net>
  1769.     * tbl_addfield.php: undefined $field_collation under MySQL < 4.1.x
  1770.  
  1771. 2005-10-13 Michal ─îiha┼Ö  <michal@cihar.com>
  1772.     * Documentation.html: Fix URL rewriting not to match empty parts.
  1773.     * calendar.php, themes.php, libraries/auth/config.auth.lib.php,
  1774.       libraries/auth/cookie.auth.lib.php, libraries/auth/http.auth.lib.php:
  1775.       Use common header.
  1776.     * libraries/header_meta_style.inc.php: Add support for defining page
  1777.       title.
  1778.     * libraries/left.js, libraries/header_meta_style.inc.php: Move browser
  1779.       detection to only place where it is currently used.
  1780.     * header.inc.php, css/phpmyadmin.css.php: Define CSS normal way and not
  1781.       by writing through JavaScript.
  1782.     * libraries/get_foreign.lib.php: Free temporary query result.
  1783.     * lang/czech: Improve some translations.
  1784.     * sql.php: We need bookmark code to be included everytime.
  1785.     * libraries/common.lib.php: Allow editing of query without database.
  1786.  
  1787. 2005-10-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1788.     * left.php: preselect db if only one db
  1789.     * server_privileges.php:
  1790.       XHTML compl., NOTICE, Icons for Edit/Revoke Links
  1791.     * server_processlist.php, libraries/display_import.lib.php,
  1792.       css/phpmyadmin.css.php: XHTML compl.
  1793.     * libraries/display_import.lib.php, css/phpmyadmin.css.php:
  1794.       JavaScript errors, layout errors
  1795.     * libraries/display_import.lib.php, css/phpmyadmin.css.php:
  1796.       small CSS fixes
  1797.     * libraries/display_export.lib.php, server_export.php:
  1798.       XHTML compliance, introduced fieldsets
  1799.  
  1800. 2005-10-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1801.     * css/phpmyadmin.css.php, libraries/common.lib.php,
  1802.       themes/darkblue_orange/css/theme_right.css.php,
  1803.       themes/original/css/theme_right.css.php:
  1804.       use list for navigation tabs RFE #1290423
  1805.     * db_details_structure.php: fixed NOTICE
  1806.     * css/phpmyadmin.css.php, themes/*/css/theme_*.css.php:
  1807.       revert icon size to fixed width and height
  1808.     * libraries/session.inc.php:
  1809.       dont use 6-bit chars on windows
  1810.     * css/phpmyadmin.css.php:
  1811.       display bug in FF with tabs in querywindow
  1812.     * libraries/common.lib.php:
  1813.       fixed rowcount in left frame for tables in information_schema
  1814.     * libraries/sql_query_form.lib.php:
  1815.       XHTML compl.
  1816.     * css/phpmyadmin.css.php, server_status.php, server_databases.php
  1817.       server_collations.php, server_engines.php, server_privileges.php
  1818.       server_variables.php: XHTML compl.
  1819.  
  1820. 2005-10-12 Michal ─îiha┼Ö  <michal@cihar.com>
  1821.     * libraries/get_foreign.lib.php: Fix paging.
  1822.     * tbl_properties_links.php: Make drop and empty tabs lead to structure
  1823.       instead of SQL.
  1824.     * libraries/common.lib.php: Use normal font sizes for Mozilla browsers.
  1825.     * querywindow.php: Add icon for history tab.
  1826.  
  1827. 2005-10-11 Marc Delisle  <lem9@users.sourceforge.net>
  1828.     * libraries/grab_globals.lib.php: bug #1322871, local file inclusion
  1829.  
  1830. 2005-10-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1831.     * footer.inc.php, index.php, left.php, queryframe.php, querywindow.php
  1832.       server_databases.php, css/phpmyadmin.css.php, libraries/common.lib.php
  1833.       libraries/left_header.inc.php, libraries/sql_query_form.lib.php
  1834.       themes/darkblue_orange/css/theme_left.css.php
  1835.       themes/original/css/theme_left.css.php:
  1836.       XHTML 1.0 trans. compliance and more semantic XHTML output
  1837.     * tbl_printview.php, tbl_properties_structure.php:
  1838.       no table statistics for information_schema
  1839.     * tbl_properties_table_info.php:
  1840.       bug #1317655 information_schema browsing
  1841.     * db_details_db_info.php, db_details_structure.php:
  1842.       fixed display table statistics for information_schema
  1843.     * db_details_links.php, header.inc.php:
  1844.       moved database comment into header (serverinfo) after database name
  1845.     * header.inc.php, main.php, libraries/header_meta_style.inc.php:
  1846.       XHTML 1.0 trans. compliance
  1847.  
  1848. 2005-10-09 Marc Delisle  <lem9@users.sourceforge.net>
  1849.     * tbl_properties_links.php: invalid js confirmation and operation feedback
  1850.       when dropping a view
  1851.     * server_privileges.php: bug #1226819, Accepting Negative values in
  1852.       Resource Limits in Privileges
  1853.  
  1854. 2005-10-09 Michal ─îiha┼Ö  <michal@cihar.com>
  1855.     * libraries/display_export.lib.php, libraries/export/sql.php, lang/*,
  1856.       config.default.php: Add ability to limit maximal size of extended insert
  1857.       query, defaults to 50 KB (RFE #1015378).
  1858.     * import.php, libraries/common.lib.php, lang/*: Show message when
  1859.       bookmark has been created (RFE #477472), show deleted bookmark query.
  1860.     * server_privileges.php: Limit username and hostname to actual limits of
  1861.       MySQL (RFE #1178071).
  1862.     * config.default.php: Add COMPRESS and UNCOMPRESS functions.
  1863.     * tbl_change.php: Show functions for blobs when upload is enabled (RFE
  1864.       #1191792).
  1865.     * tbl_properties.inc.php: Remove unused code, show only available engines,
  1866.       remember value of seleted engine (bug #1239580).
  1867.     * browse_foreigners.php, libraries/get_foreign.lib.php: Support for
  1868.       searching in foreign keys (RFE #871091).
  1869.     * import.php, libraries/sql_query_form.lib.php, lang/*: Ability to replace
  1870.       existing bookmark (RFE #907438).
  1871.     * Documentation.html, libraries/ip_allow_deny.lib.php: Add more useful
  1872.       shortcuts for IP rules (RFE #1022831).
  1873.  
  1874. 2005-10-08 Marc Delisle  <lem9@users.sourceforge.net>
  1875.     * libraries/session.inc.php: workaround for warnings on session_start()
  1876.       displayed on sf.net server
  1877.     * sql.php: remove old code
  1878.     * server_privileges.php, lang/*.php, libraries/sqlparser.data.php:
  1879.       support MAX_USER_CONNECTIONS
  1880.  
  1881. 2005-10-08 Michal ─îiha┼Ö  <michal@cihar.com>
  1882.     * libraries/display_export.lib.php: Use same formatting for all options.
  1883.     * libraries/import/ldi.php: This one does not handle charset conversion.
  1884.     * sql.php: Work even if no db set.
  1885.     * server_status.php: Call sql.php directly, we don't need to care about
  1886.       query splitting done im read_dump.
  1887.     * libraries/import/sql.php: Fix import of queries containing `, fix import
  1888.       of queries not terminated by ;.
  1889.     * libraries/sqlparser.lib.php: Do not show error on empty query.
  1890.     * libraries/import.lib.php: Add support for DROP DATABASE checking.
  1891.     * libraries/display_tbl.lib.php, libraries/sql_query_form.lib.php,
  1892.       libraries/common.lib.php: Use import.php.
  1893.     * lang/*: New message for deleting bookmark.
  1894.     * import.php: Add support for bookmarks, support for goto URL, fail
  1895.       correctly if import plugin not found, commented some code.
  1896.     * sql.php, config.default.php: Remove references to read_dump.php.
  1897.     * read_dump.php: Remove unused code.
  1898.     * ldi_check.php, ldi_table.php: Remove unused code.
  1899.     * tbl_change.php: Remove references to ldi_*.
  1900.     * scripts/find_unused_messages.sh: Simplify and addapt to current
  1901.       messages.
  1902.     * import.php: Do not show query in different charset (bug #1028634).
  1903.     * libraries/auth/cookie.auth.lib.php: Keep database and table selection
  1904.       over login, needed for RFE #1278312.
  1905.     * Documentation.html: Add example for redirects like
  1906.       /phpMyAdmin/database/table (RFE  #1278312).
  1907.     * libraries/import.lib.php: Fix execution of single large queries.
  1908.     * import.php, lang/*: Try to detect that upload failed because of limits
  1909.       (RFE #1240480).
  1910.     * libraries/storage_engines.lib.php: Use defined messages.
  1911.     * libraries/auth/cookie.auth.lib.php: Removed unused code parts.
  1912.     * libraries/sqlvalidator.lib.php: Removed unused code.
  1913.     * server_privileges.php, lang/*: Better show error, define used message
  1914.       strDeleteNoUsersSelected.
  1915.     * tbl_properties_operations.php: Use strError instead of non existing
  1916.       strFailure.
  1917.     * lang/*: Remove unused messages.
  1918.     * sql.php: Use common code for superuser detection.
  1919.     * tbl_addfield.php, tbl_alter.php, tbl_create.php,
  1920.       libraries/common.lib.php, libraries/relation.lib.php: Use common code
  1921.       for CREATE/ALTER TABLE, set comments on creating table, so that user can
  1922.       see it in the query.
  1923.     * tbl_addfield.php, tbl_alter.php, tbl_create.php: Do not try to set
  1924.       comment and MIME transformation if field not named.
  1925.     * libraries/relation.lib.php: Fix reading native MySQL comments when no
  1926.       phpMyAdmin one defined (bug #1312758).
  1927.     * tbl_properties_structure.php: Removed query box as discussed on mailing
  1928.       list.
  1929.     * tbl_*: Use more require_once to avoid acquiring table info several
  1930.       times.
  1931.     * libraries/relation.lib.php: Do not try to restore database as control
  1932.       user, it has to fail.
  1933.     * libraries/import/sql.php: Fix query parsing when there is comment or
  1934.       string at the end.
  1935.     * import.php: Reenable LIMIT appending (bug #1318624).
  1936.     * sql.php: Fix appending LIMIT when there are comments.
  1937.     * libraries/common.lib.php: Parse query before inserting LIMIT to know
  1938.       where to place it.
  1939.     * lsng/czech: Update.
  1940.  
  1941. 2005-10-07 Marc Delisle  <lem9@users.sourceforge.net>
  1942.     * libraries/check_user_privileges.lib.php: bug #1313821, dbname containing a
  1943.       hyphen was not detected as being already created
  1944.  
  1945. 2005-10-07 Michal ─îiha┼Ö  <michal@cihar.com>
  1946.     * lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
  1947.     * libraries/common.lib.php: Drop some old code.
  1948.  
  1949. 2005-10-06 Michal ─îiha┼Ö  <michal@cihar.com>
  1950.     * import.php: Correctly report that file could not be read.
  1951.     * libraries/import/sql.php: Fix handling of whitespace at the end of
  1952.       imported file.
  1953.     * calendar.php, libraries/tbl_change.js: Calendar improvements: add submit
  1954.       button (bug# 1312373) and fix entering time begining with 0 (bug
  1955.       #1312373).
  1956.  
  1957. 2005-10-05 Marc Delisle  <lem9@users.sourceforge.net>
  1958.     * db_details_structure.php, tbl_properties_table_info.php: detect
  1959.       MySQL 5.0.13 views
  1960.     * libraries/display_tbl.lib.php: bug #1306833, full text link broken,
  1961.       thanks to Vernon Lyon - vlyon
  1962.     * libraries/charset_conversion.lib.php: PMA_MYSQL_INT_VERSION is not
  1963.       defined at login time but what tested
  1964.     * libraries/display_create_table.lib.php, bug #1311384, Create table
  1965.       dialog on escaped wildcard privileges
  1966.  
  1967. 2005-10-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1968.     * libraries/functions.js, libraries/sql_query_form.lib.php:
  1969.       fixed JavaScript malfunction in querybox textarea with Opera
  1970.  
  1971. 2005-10-03 Marc Delisle  <lem9@users.sourceforge.net>
  1972.     * server_privileges.php: support for Execute_priv
  1973.  
  1974. 2005-10-01 Michal ─îiha┼Ö  <michal@cihar.com>
  1975.     * lang/czech: Update.
  1976.  
  1977. 2005-09-30 Marc Delisle  <lem9@users.sourceforge.net>
  1978.     * main.php, db_details_structure.php, db_operations.php,
  1979.       libraries/check_user_privileges.php, /display_create_database.lib.php,
  1980.       /display_create_table.lib.php: bug #1307208, detect lack of privileges
  1981.       before showing the "Create new table" dialog. Please test.
  1982.       TODO: detect escaped wildcard privileges
  1983.  
  1984. 2005-09-30 Michal ─îiha┼Ö  <michal@cihar.com>
  1985.     * libraries/display_export.lib.php, libraries/export/sql.php,
  1986.       db_operations.php, tbl_properties_operations.php: Fix auto increment
  1987.       export (bug #1309257).
  1988.  
  1989. 2005-09-28 Marc Delisle  <lem9@users.sourceforge.net>
  1990.     * tbl_alter.php, libraries/common.lib.php, /relation.lib.php:
  1991.       bug #1262250, cannot change ENUM default value to empty
  1992.  
  1993. 2005-09-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  1994.     * libraries/sql_query_form.lib.php: removed unneeded variable,
  1995.       dont display bookmark selection fieldset if no bookmark exists
  1996.     * libraries/session.inc.php: introduced PMA_secureSession()
  1997.     * sql.php: bug #1305830 wrong db choosen
  1998.  
  1999. 2005-09-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2000.     * libraries/sql_query_form.lib.php, db_details.php, server_sql.php
  2001.       tbl_properties.php, tbl_properties_structure.php, sql.php,
  2002.       querywindow.php, read_dump.php: moved all code for queryboxes into
  2003.       libraries/sql_query_form.lib.php, replaced table with fieldsets, moved
  2004.       styles into css, minor interface changes related to queryboxes
  2005.     * libraries/sql_query_form.lib.php: completed function docblocks
  2006.     * css/phpmyadmin.css.php:
  2007.       partially fixed bug: odd display of navtabs in Gecko-Browsers
  2008.     * libraries/session.inc.php, libraries/grab_globals.lib.php,
  2009.       libraries/common.lib.php, libraries/auth/cookie.auth.lib.php:
  2010.       introducing sessions
  2011.  
  2012. 2005-09-27 Michal ─îiha┼Ö  <michal@cihar.com>
  2013.     * lang/czech: Update.
  2014.     * server_status.php, lang/*: Separate some new information on MySQL 5.
  2015.     * lang/hebrew, translators.html: New Hebrew translation, thanks to Hadar
  2016.       Porat - hpman28.
  2017.     * lang/*: Add missing messages, remove duplicates and no longer used.
  2018.     * libraries/sql_query_form.lib.php: Do not use strOr, drop file upload
  2019.       from normal SQL dialogs.
  2020.     * libraries/display_import.lib.php, libraries/file_listing.php: Sort file
  2021.       list on import tab, prepare generic framework to be used elsewhere (RFE
  2022.       #1303145).
  2023.     * tbl_change.php: Use file common file listing.
  2024.     * libraries/common.lib.php, libraries/display_import.lib.php,
  2025.       libraries/file_listing.php, libraries/sql_query_form.lib.php: Use common
  2026.       file listing in query window, remove no more used functions. Please note
  2027.       that file import from query windows is currently half rewritten, so
  2028.       compressed imports will not work.
  2029.  
  2030. 2005-09-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2031.     * libraries/database_interface.lib.php: fixed bug in PMA_DBI_fetch_*()
  2032.       using PMA_DBI_num_rows() on unbuffered queries
  2033.  
  2034. 2005-09-26 Michal ─îiha┼Ö  <michal@cihar.com>
  2035.     * libraries/export/sql.php: Fix constraint parsing (bug #1304600).
  2036.     * libraries/display_import.lib.php, libraries/import/csv.php: Rename
  2037.       plugin parameters to allow using same parameter by multiple plugins.
  2038.     * config.default.php, lang/*, libraries/import/ldi.php: Alternate LOAD
  2039.       DATA import plugin for CSV.
  2040.     * libraries/display_import.lib.php: Sort list of import plugins.
  2041.     * mult_submits.inc.php, tbl_properties_structure.php: Support for browsing
  2042.       selected columns (RFE #1275909).
  2043.     * libraries/common.lib.php: Do no try to parse empty SQL query (bug
  2044.       #1303994).
  2045.     * tbl_create.php, lang/*: Do not allow to create table that already exists
  2046.       (RFE #1255931).
  2047.  
  2048. 2005-09-25 Marc Delisle  <lem9@users.sourceforge.net>
  2049.     * server_privileges.php: support MySQL 5 privileges
  2050.  
  2051. 2005-09-25 Michal ─îiha┼Ö  <michal@cihar.com>
  2052.     * lang/*: Messages for Sebastian.
  2053.     * lang/czech: Partial update.
  2054.  
  2055. 2005-09-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2056.     * left.php, queryframe.php, libraries/common.lib.php,
  2057.       libraries/left_header.inc.php, css/phpmyadmin.css.php:
  2058.       grouping databases (bug #1281262)
  2059.     * server_status.php, libraries/common.lib.php, css/phpmyadmin.css.php:
  2060.       extended server status information with description and warnings,
  2061.       added PMA_formatNumber()
  2062.     * server_privilegs.php: fixed bug table not found
  2063.     * tbl_properties_structure.php, css/phpmyadmin.css.php:
  2064.       made statistic tables floating, moved styles into css
  2065.     * css/phpmyadmin.css.php: set font-size in caption to normal
  2066.  
  2067. 2005-09-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
  2068.     * querywindow.php, css/phpmyadmin.css.php:
  2069.       resize querywindow to content (bug #1277375)
  2070.  
  2071. 2005-09-24 Marc Delisle  <lem9@users.sourceforge.net>
  2072.     * db_details_links.php, server_privileges.php, server_common.inc.php:
  2073.       bug #1302985, Privileges tab on database
  2074.     * tbl_change.php: bug #1272290, multiple MAX_FILE_SIZE limits BLOB
  2075.       insertion
  2076.  
  2077. 2005-09-24 Michal ─îiha┼Ö  <michal@cihar.com>
  2078.     * lang/add_message_file.sh: Make it deal with regullar php file, do not
  2079.       mark english text as to translate.
  2080.     * lang/add_message.sh: Do not mark english text as to translate.
  2081.     * *import*, Documentation.html, lang/*, main.php, *links*,
  2082.       css/phpmyadmin.css.php, libraries/unzip.lib.php: New import system,
  2083.       please test it (patch #1288933, RFEs: 618255, 780754, 1017598, 1097670,
  2084.       1274500, 807830).
  2085.     * libraries/import.lib.php, libraries/import/csv.php,
  2086.       libraries/import/sql.php, libraries/import/README: Fix possible data
  2087.       leak when reading large buffer.
  2088.  
  2089. 2005-09-23 Michal ─îiha┼Ö  <michal@cihar.com>
  2090.     * libraries/auth/cookie.auth.lib.php: Do not pass empty variables as
  2091.       haystack to strpos (bug #1299422).
  2092.     * server_privileges.php: Reload left frame if dropping database (bug
  2093.       #1298678).
  2094.     * libraries/fpdf/fpdf.php: Fix filename for PDF pages containing space in
  2095.       name (bug #1300837).
  2096.  
  2097. 2005-09-23 Marc Delisle  <lem9@users.sourceforge.net>
  2098.     * libraries/display_export.lib.php, libraries/export/csv.php:
  2099.       bug #1301374, csv on-screen export broken
  2100.  
  2101. 2005-09-20 Michal ─îiha┼Ö  <michal@cihar.com>
  2102.     * libraries/database_interface.lib.php: Added some useful functions to DBI
  2103.       layer (patch #1286451), thanks to Sebastian Mendel.
  2104.     * Documentation.html, config.default.php, libraries/common.lib.php: Add
  2105.       support for forcing https access to phpMyAdmin (RFE #1111333).
  2106.  
  2107. 2005-09-20 Marc Delisle  <lem9@users.sourceforge.net>
  2108.     * libraries/sqlparser.data.php: patch #1295365, missing function
  2109.       definitions in parser, thanks to Sebastian Mendel
  2110.     * db_details_links.php: patch #1196806, Privileges link on db page
  2111.  
  2112. 2005-09-18 Marc Delisle  <lem9@users.sourceforge.net>
  2113.     * libraries/display_export.lib.php: bug #1293937 Export compression
  2114.       default: bzip instead of bzip2, thanks to Rene Leonhardt
  2115.  
  2116. 2005-09-15 Michal ─îiha┼Ö  <michal@cihar.com>
  2117.     * config.default.php, libraries/common.lib.php: Simplify loading of
  2118.       defaults, why did I write such crap before?
  2119.     * libraries/common.lib.php: Fail if pcre support is missing.
  2120.  
  2121. 2005-09-14 Marc Delisle  <lem9@users.sourceforge.net>
  2122.     * export.php: bug #1290730, https export under MSIE fails
  2123.  
  2124. 2005-09-14 Michal ─îiha┼Ö  <michal@cihar.com>
  2125.     * css/phpmyadmin.css.php: Do not wrap tabs (patch #1282247), thanks to
  2126.       Sebastian Mendel.
  2127.     * config.default.php: Do not set blowfish_secret here at all, this needs
  2128.       to be done by user (bug #1290990).
  2129.     * libraries/auth/cookie.auth.lib.php: Fix undefined variable warnings.
  2130.     * libraries/common.lib.php, lang/*: Detect wrong authentication method and
  2131.       warn user using error.php (bug #1290888).
  2132.     * tbl_properties_operations.php: Update auto_increment value (bug
  2133.       #1290413).
  2134.     * read_dump.php, server_links.inc.php, server_sql.php, sql.php, lang/*:
  2135.       Add SQL tab for server (patch #1291084), (RFE #1048090).
  2136.     * Documentation.html: We dropped support for PHP 3 some time ago, so let's
  2137.       drop mentions about it from documentation.
  2138.  
  2139. 2005-09-13 Marc Delisle  <lem9@users.sourceforge.net>
  2140.     * scripts/create-release.sh: no longer copy config.inc.php to
  2141.       config.default.php to keep a backup of the previous version
  2142.  
  2143. 2005-09-13 Michal ─îiha┼Ö  <michal@cihar.com>
  2144.     * libraries/common.lib.php: Add support for lang/added_messages.php
  2145.       (mostly as feature for developer, to allow easilly adding messages
  2146.       while working on some features).
  2147.     * .cvsignore, Documentation.html, config.default.php,
  2148.       config.inc.php[removed], libraries/common.lib.php,
  2149.       libraries/config_import.lib.php[removed]: New configuration handling,
  2150.       use config.inc.php for configuration, default values are stored in
  2151.       config.default.php.
  2152.     * config.default.php: Remove non configuration stuff.
  2153.     * lang/.cvsignore: Ignore lang/added_messages.php.
  2154.  
  2155. 2005-09-12 Marc Delisle  <lem9@users.sourceforge.net>
  2156.     * tbl_relation.php: bug #1287611, no Save button in Relation view
  2157.           when pmadb is not defined
  2158.  
  2159. 2005-09-10 Marc Delisle  <lem9@users.sourceforge.net>
  2160.     ### 2.6.4 released
  2161.  
  2162. 2005-09-09 Marc Delisle  <lem9@users.sourceforge.net>
  2163.     * libraries/display_tbl.lib.php: bug #1283813, SHOW STATUS typed in a
  2164.       query box produces a SHOW CREATE TABLE STATUS under MySQL 5.0.x
  2165.     * lang/mongolian* update, thanks to Bayarsaikhan Enkhtaivan
  2166.  
  2167. 2005-09-07 Michal ─îiha┼Ö  <michal@cihar.com>
  2168.     * main.php, libraries/auth/cookie.auth.lib.php: XSS on username (bug
  2169.       #1283552)
  2170.     * ChangeLog: Move vim modelines to correctly interpret et after setting
  2171.       file type (otherwise tabs were not expanded as changelog ft sets noet).
  2172.  
  2173. 2005-09-06 Marc Delisle  <lem9@users.sourceforge.net>
  2174.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  2175.  
  2176. 2005-09-05 Marc Delisle  <lem9@users.sourceforge.net>
  2177.     * libraries/defines.lib.php, themes/*/info.inc.php: about themes version,
  2178.       phpMyAdmin 2.6.4 needs generation 2, version 1;
  2179.       phpMyAdmin 2.6.5 (currently) needs generation 2, version 2
  2180.     * header.inc.php: XSS on $title, thanks to Christian Wenz
  2181.  
  2182. 2005-09-05 Michal ─îiha┼Ö  <michal@cihar.com>
  2183.     * libraries/export/sql.php: Do not treat BLOBs as number (bug #1277309).
  2184.  
  2185. 2005-09-04 Marc Delisle  <lem9@users.sourceforge.net>
  2186.     * tbl_properties.inc.php: bug #1281533, collation not kept while
  2187.       changing table field count
  2188.  
  2189. 2005-09-02 Marc Delisle  <lem9@users.sourceforge.net>
  2190.     * lang/turkish update, thanks to boralioglu.
  2191.  
  2192. 2005-08-28 Marc Delisle  <lem9@users.sourceforge.net>
  2193.     * lang/belarusian updates, thanks to Jaska Zedlik
  2194.     ### 2.6.4-rc1 released
  2195.     * server_privileges, themes/*/css/theme_right.css.php: patch #1251692,
  2196.       fieldsets for privileges interface, thanks to Sebastian Mendel
  2197.  
  2198. 2005-08-26 Marc Delisle  <lem9@users.sourceforge.net>
  2199.     * lang/indonesian: update thanks to Rachim Tamsjadi - tamsy
  2200.     * lang/polish: update thanks to Jakub Wilk - ubanus
  2201.  
  2202. 2005-08-23 Marc Delisle  <lem9@users.sourceforge.net>
  2203.     * libraries/display_tbl.lib.php: bug #1267177, wrong return page
  2204.     * main.php, libraries/common.lib.php, Documentation.html,
  2205.       config.inc.php: patch #1257134, removed code to display the warning if
  2206.       PmaAbsoluteUri is not set. A notice will still display if the autodetect
  2207.       code is unable to figure out the proper URI. Thanks to Isaac Bennetch
  2208.  
  2209. 2005-08-23 Michal ─îiha┼Ö  <michal@cihar.com>
  2210.     * libraries/database_interface.lib.php: Abide cfg['Lang'] settings even if
  2211.       using MySQL > 4.1.x (bug #1266626).
  2212.     * libraries/display_tbl.lib.php: Do not get TABLES as table name, it's
  2213.       used on some queries by MySQL 5.0.x (bug #1266623).
  2214.  
  2215. 2005-08-22 Michal ─îiha┼Ö  <michal@cihar.com>
  2216.     * error.php, libraries/common.lib.php, libraries/sanitizing.lib.php:
  2217.       Protect against possible XSS (bug #1265740), move input sanitizing to
  2218.       special file.
  2219.     * config.inc.php, libraries/common.lib.php,
  2220.       libraries/config_import.lib.php, libraries/display_export.lib.php:
  2221.       Default charset for export is now configurable (RFE #1263772).
  2222.  
  2223. 2005-08-20 Marc Delisle  <lem9@users.sourceforge.net>
  2224.     * libraries/common.lib.php, new error.php: patch #1258978, move common
  2225.       code for error pages out of common.lib.php, thanks to Sebastian Mendel
  2226.     * lang/german*: bug #1258956, typo
  2227.     * libraries/defines.lib.php, themes/original/info.inc.php,
  2228.       themes/darkblue_orange/info.inc.php: PMA 2.6.4 needs theme version 3
  2229.  
  2230. 2005-08-19 Marc Delisle  <lem9@users.sourceforge.net>
  2231.     * lang/chinese_traditional: Updates, thanks to Siu Sun.
  2232.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  2233.  
  2234. 2005-08-18 Marc Delisle  <lem9@users.sourceforge.net>
  2235.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  2236.     * lang/galician: Updates, thanks to Xos├⌐ Calvo.
  2237.     * lang/brazilian-portuguese: update, thanks to Airon Luis Pereira
  2238.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  2239.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  2240.     * lang/estonian: Update thanks to Alvar Soome - finsoft.
  2241.     * lang/slovak: update, thanks to Ivan Kuriscak - shylauda69
  2242.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  2243.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  2244.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
  2245.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  2246.     * lang/azerbaijani: update, thanks to Shehriyar Imanov (sheki).
  2247.  
  2248. 2005-08-16 Marc Delisle  <lem9@users.sourceforge.net>
  2249.     * css/phpmyadmin.css.php, db_details_links.php, querywindow.php,
  2250.       server_links.inc.php, tbl_properties_links.php, libraries/common.lib.php
  2251.       themes/*/css/theme_right.css.php, themes/original/img/error.ico:
  2252.       patch #1252031, CSS for navigation tabs, thanks to Sebastian Mendel
  2253.  
  2254. 2005-08-15 Marc Delisle  <lem9@users.sourceforge.net>
  2255.     * libraries/common.lib.php: bug #1259951, invalid argument for foreach()
  2256.  
  2257. 2005-08-14 Marc Delisle  <lem9@users.sourceforge.net>
  2258.     * tbl_change.php: $goto was not encoded in the form, resulting in a
  2259.       problem after editing/saving a row (seen in IE6)
  2260.     * libraries/common.lib.php, /display_tbl.lib.php, /functions.js, /grab_globals.lib.php:
  2261.       patch #1257955 for bug #1248577 (incorrect message "you should define a primary key")
  2262.       and bug #1253125 (request URI too large), thanks to Sebastian Mendel
  2263.     * (many files): patch #1253465, avoid error messages for unset variables
  2264.       in PHP functions that require a parameter passed by reference,
  2265.       thanks to Sebastian Mendel
  2266.  
  2267. 2005-08-12 Marc Delisle  <lem9@users.sourceforge.net>
  2268.     * header.inc.php: remove the 'InnoDB free' segment from table comments
  2269.     * footer.inc.php: bug #1257106, display problem in the left frame (IE)
  2270.  
  2271. 2005-08-11 Marc Delisle  <lem9@users.sourceforge.net>
  2272.     * queryframe.php: shorten the path of db subtree items,
  2273.       thanks to Edward Rudd - urkle
  2274.     * config.inc.php, header.inc.php, tbl_properties_links.php,
  2275.       themes/*/css/theme_right.css.php, tbl_properties_table_info.php,
  2276.       Documentation.html, libraries/config_import.lib.php: patch #1249528,
  2277.       move table comments to header and enable configuration of header for
  2278.       TRUE/FALSE/'both', thanks to Sebastian Mendel - cybot_tm
  2279.     * db_details.php: undefined $header_url_qry
  2280.     * sql.php: bug #1255869, "MySQL returned an empty result set" not
  2281.       displayed in all cases
  2282.  
  2283. 2005-08-09 Marc Delisle  <lem9@users.sourceforge.net>
  2284.     * read_dump.php: add unique numbers to $strFileCouldNotBeRead to
  2285.       improve support when someone gets this error
  2286.     * Documentation.html: patch #1253248, links and anchors to every FAQ
  2287.       item, thanks to Alexander Schuch - ci-dev
  2288.  
  2289. 2005-08-08 Michal ─îiha┼Ö  <michal@cihar.com>
  2290.     * libraries/export/htmlword.php: Fix undefined variable when exporting
  2291.       relations (bug #1253457).
  2292.  
  2293. 2005-08-08 Marc Delisle  <lem9@users.sourceforge.net>
  2294.     * libraries/dbi/mysqli.dbi.lib.php: bug #1253453, using mysqli extension
  2295.       with MySQL 4.0.x
  2296.     * libraries/mysql_charsets.lib.php, /relation_cleanup.lib.php,
  2297.       /tbl_move_copy.php: patch #1253461 (code cleanup),
  2298.       thanks to Sebastian Mendel
  2299.     * libraries/sqlparser.lib.php: patch #1253478, variable initialization
  2300.       and code cleanup, thanks to Sebastian Mendel
  2301.  
  2302. 2005-08-07 Marc Delisle  <lem9@users.sourceforge.net>
  2303.     * Documentation.html: Save button for PDF schema coordinates,
  2304.       thanks to Ryan Schmidt
  2305.     * server_privileges.php: undefined index $GLOBALS[''],
  2306.       thanks to Ryan Schmidt
  2307.     * queryframe.php: need at least 2 items to display a group in the
  2308.       database selector, thanks to Ryan Schmidt
  2309.  
  2310. 2005-08-06 Marc Delisle  <lem9@users.sourceforge.net>
  2311.     * queryframe.php: fixes for tree subgroups in databases selector:
  2312.       escaping of special characters, display a db name inside its own
  2313.       group, and proper closing of optgroup, thanks to Ryan Schmidt
  2314.  
  2315. 2005-08-05 Marc Delisle  <lem9@users.sourceforge.net>
  2316.     * Documentation.html, readme.php, license.php:
  2317.       bug #965548, displaying README and LICENSE, thanks to Ryan Schmidt
  2318.  
  2319. 2005-08-04 Michal ─îiha┼Ö  <michal@cihar.com>
  2320.     * libraries/common.lib.php, export.php: Show error header on error to make
  2321.       clear that something bad has happened.
  2322.  
  2323. 2005-08-04 Marc Delisle  <lem9@users.sourceforge.net>
  2324.     * queryframe.php: patch #1250899:
  2325.      - unified spaces between icons
  2326.      - cleaned html and php code
  2327.      - display of querywindow-icon now follows
  2328.        $cfg['QueryFrame']
  2329.      - always use no_js=1 if $cfg['QueryFrameJS'] == true
  2330.       thanks to Sebastian Mendel
  2331.     * Documentation.html: patch #1169308, FAQ 1.17a improved,
  2332.       thanks to Isaac Bennetch
  2333.     * queryframe.php, footer.inc.php, config.inc.php, Documentation.html,
  2334.       libraries/common.lib.php, /config_import.lib.php:
  2335.       patch #1246245, tree subgroups for databases (in selector),
  2336.       thanks to Edward Rudd - urkle
  2337.     * db_details.php, tbl_query_box.php: patch #1250935, interface
  2338.       improvements, thanks to Sebastian Mendel
  2339.     * tbl_create.php: bug #1252124, XSS on table creation page
  2340.  
  2341. 2005-08-02 Marc Delisle  <lem9@users.sourceforge.net>
  2342.     * server_privileges.php: patch #1249363, remove unneeded wordwrap(),
  2343.       table width should be limited by template if necessary,
  2344.       thanks to Sebastian Mendel - cybot_tm
  2345.     * server_databases.php: patch #1249371, correct calculation of colspan,
  2346.       and patch #1249414, display improvements, thanks to Sebastian Mendel;
  2347.       also,  $dbstats should contain 0 or 1, not the colspan
  2348.     * sql.php: patch #1249451, display improvement for bookmark dialog,
  2349.       thanks to Sebastian Mendel
  2350.     * libraries/common.lib.php: patch #1249457, display improvements for Edit
  2351.       Explain etc dialog, thanks to Sebastian Mendel
  2352.  
  2353. 2005-08-01 Michal ─îiha┼Ö  <michal@cihar.com>
  2354.     * lang/czech: Fix bad translation (is was translated to is not :-)),
  2355.       update.
  2356.  
  2357. 2005-08-01 Marc Delisle  <lem9@users.sourceforge.net>
  2358.     * libraries/common.lib.php: bug #1249239, XSS vulnerability on Create page
  2359.     * Documentation.html: "bug #1248598, explain another cause of the Missing
  2360.       parameter error
  2361.  
  2362. 2005-07-29 Marc Delisle  <lem9@users.sourceforge.net>
  2363.     * tbl_change.php, lang/*: new message $strAndThen
  2364.     * libraries/dbg/profiling.php: patch #1160439, improvements,
  2365.       thanks to Glen Arason
  2366.     * scripts/upgrade.pl: patch #1198492, current version check,
  2367.       thanks to Herman van Rink - helmo
  2368.  
  2369. 2005-07-28 Marc Delisle  <lem9@users.sourceforge.net>
  2370.     * pdf_pages.php: Go button renamed to Save because it's really used to save coordinates
  2371.  
  2372. 2005-07-26 Marc Delisle  <lem9@users.sourceforge.net>
  2373.     * tbl_change.php: bug #1243908, left panel browse icon alt tag not updated
  2374.       after inserting a row
  2375.     * config.inc.php, libraries/config_import.lib.php, /common.lib.php:
  2376.       RFE #1177459, BOOL column type
  2377.  
  2378. 2005-07-26 Michal ─îiha┼Ö  <michal@cihar.com>
  2379.     * export.php: Use actual MIME type for CSV.
  2380.  
  2381. 2005-07-25 Marc Delisle  <lem9@users.sourceforge.net>
  2382.     * tbl_change.php: insert another new row: dropdown choice should be sticky
  2383.  
  2384. 2005-07-24 Michal ─îiha┼Ö  <michal@cihar.com>
  2385.     * libraries/check_user_privileges.lib.php: Undefined variable (bug
  2386.       #1243885).
  2387.     * libraries/config_import.lib.php: Do not override theme properties when
  2388.       path is not set.
  2389.     * libraries/select_theme.lib.php: Do not attempt to sort themes when
  2390.       themes are disabled (bug #1243883).
  2391.  
  2392. 2005-07-23 Marc Delisle  <lem9@users.sourceforge.net>
  2393.     * tbl_properties_structure.php, tbl_properties.inc.php:
  2394.       bug #1157230, escape special chars in ENUM or SET
  2395.  
  2396. 2005-07-22 Marc Delisle  <lem9@users.sourceforge.net>
  2397.     * db_details_structure.php: table creation should not be possible
  2398.       in information_schema
  2399.     * db_operations.php: those operations do not make sense on
  2400.       information_schema
  2401.     * browse_foreigners.php: bug #1242805, Show All does not work while
  2402.       browsing foreign values
  2403.     * libraries/relation.lib.php: for the new ForeignKeyDropdownOrder, id and
  2404.       content were reversed (id-content showed content then id)
  2405.  
  2406. 2005-07-21 Marc Delisle  <lem9@users.sourceforge.net>
  2407.     * libraries/auth/cookie.auth.lib.php: bug #1240880, XSS on the
  2408.       cookie-based login panel
  2409.  
  2410. 2005-07-20 Marc Delisle  <lem9@users.sourceforge.net>
  2411.     * ChangeLog: automatic utf-8 encoding modeline, thanks to Michal
  2412.  
  2413. 2005-07-19 Marc Delisle  <lem9@users.sourceforge.net>
  2414.     * translators.html: message about French translation will be in French
  2415.  
  2416. 2005-07-16 Marc Delisle  <lem9@users.sourceforge.net>
  2417.     * libraries/string.lib.php: typo
  2418.     * libraries/sqlparser.data.php: bug #1238222, parsing of ISNULL()
  2419.  
  2420. 2005-07-14 Marc Delisle  <lem9@users.sourceforge.net>
  2421.     * lang/*: removed unused strInvalidRowCount
  2422.  
  2423. 2005-07-13 Marc Delisle  <lem9@users.sourceforge.net>
  2424.     * Documentation.html: how to enable the charset choice for exported file
  2425.  
  2426. 2005-07-13 Michal ─îiha┼Ö  <michal@cihar.com>
  2427.     * libraries/common.lib.php: Use eval for config file including to catch
  2428.       parse errors (bug #1223319), on error page display config file that
  2429.       actually failed.
  2430.     * main.php, server_databases.php, libraries/check_user_privileges.lib.php,
  2431.       libraries/display_create_database.lib.php: Show box for creating
  2432.       database only if user has privileges to do so (bug #1167892).
  2433.     * libraries/display_tbl.lib.php: Use better message, thanks to Marc for
  2434.       noticing this.
  2435.  
  2436. 2005-07-12 Marc Delisle  <lem9@users.sourceforge.net>
  2437.     * sql.php: for Insert row and Export, use post when the query is too big
  2438.     * export.php: bug #1116026, export under IE 6 (XP SP2)
  2439.  
  2440. 2005-07-11 Marc Delisle  <lem9@users.sourceforge.net>
  2441.     * tbl_relations.php: bug #1227710, unsaved relations lost when changing
  2442.       field to display
  2443.  
  2444. 2005-07-11 Michal ─îiha┼Ö  <michal@cihar.com>
  2445.     * db_operations.php: Allow adding DROP TABLE when copying database (RFE
  2446.       #1235761).
  2447.  
  2448. 2005-07-10 Robin Johnson <robbat2@users.sourceforge.net>
  2449.     * config.inc.php, Documentation.html, libraries/common.lib.php,
  2450.       libraries/config_import.lib.php:
  2451.       Document previous foreign-key dropdown work, and also ensure that the
  2452.       configuration import code works properly with it.
  2453.  
  2454. 2005-07-10 Michal ─îiha┼Ö  <michal@cihar.com>
  2455.     * libraries/auth/http.auth.lib.php: Support FastGCI in http auth (patch
  2456.       #1192219)
  2457.     * Documentation.html, config.inc.php, left.php, queryframe.php,
  2458.       libraries/common.lib.php, libraries/config_import.lib.php,
  2459.       libraries/header_meta_style.inc.php, libraries/select_theme.lib.php:
  2460.       User can now have different theme per server (RFE #1231599).
  2461.     * config.inc.php: Add OLD_PASSWORD (bug #1216178).
  2462.     * main.php: Correct ALT attribute for image (bug #1232124).
  2463.     * mult_submits.inc.php, libraries/display_tbl.lib.php: Don't forget
  2464.       browsing state while deleting multiple rows (bug #1232624).
  2465.     * tbl_row_action.php: Fix undefined variable warning.
  2466.     * db_details_structure.php, db_operations.php, header.inc.php,
  2467.       querywindow.php, tbl_indexes.php, tbl_properties.inc.php,
  2468.       tbl_properties_structure.php, lang/*, libraries/display_tbl.lib.php,
  2469.       libraries/functions.js, libraries/indexes.js: Show better error messages
  2470.       when checking numerical inputs (bug #1207402).
  2471.     * sql.php, libraries/common.lib.php: Use post for print view when query is
  2472.       too big (bug #1203692).
  2473.  
  2474. 2005-07-10 Marc Delisle  <lem9@users.sourceforge.net>
  2475.     * libraries/display_tbl.lib.php: bug #1235473 display_tbl.lib.php,
  2476.       Undefined variable order_img
  2477.     * libraries/functions.js: bug #1234098, invalid "normal" cursor style
  2478.     * queryframe.php: bug #1231804, query windows does not open in new window,
  2479.       thanks to Michael Keck
  2480.     * db_details_qbe.php: bug #1234616, minor theme text color issue
  2481.  
  2482. 2005-07-06 Marc Delisle  <lem9@users.sourceforge.net>
  2483.     * db_search.php: bug #1233349, db search in MySQL 5.0.x on fields
  2484.       without a charset
  2485.  
  2486. 2005-07-04 Marc Delisle  <lem9@users.sourceforge.net>
  2487.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
  2488.       and Mastermnd for the 2.6.2 translation cleanup
  2489.     * tbl_properties_table_info.php: bug #1231917, commands out of sync
  2490.  
  2491. 2005-07-03 Marc Delisle  <lem9@users.sourceforge.net>
  2492.     * Documentation.html: link in doc, thanks to Cedric Corazza
  2493.     ### 2.6.3 released
  2494.  
  2495. 2005-07-02 Marc Delisle  <lem9@users.sourceforge.net>
  2496.     * db_operations.php: bug #1230224, db rename and old pmadb information
  2497.  
  2498. 2005-07-01 Marc Delisle  <lem9@users.sourceforge.net>
  2499.     * Documentation.html: patch #1229673, improvement to big-file-import
  2500.       instructions, thanks to Isaac Bennetch - ibennetch
  2501.  
  2502. 2005-06-30 Marc Delisle  <lem9@users.sourceforge.net>
  2503.     * lang/hungarian update, thanks to Mih├íly M├⌐sz├íros <necronix@freemail.hu>
  2504.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  2505.     * lang/chinese_traditional: Updates, thanks to Siu Sun
  2506.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  2507.     * lang/lithuanian: Updated, thanks to Vilius Simonaitis - maumas98
  2508.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  2509.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  2510.  
  2511. 2005-06-29 Marc Delisle  <lem9@users.sourceforge.net>
  2512.     * tbl_properties_table_info.php: bug #1228862, creating a table under
  2513.       MySQL 5.x with wrong table type
  2514.  
  2515. 2005-06-28 Marc Delisle  <lem9@users.sourceforge.net>
  2516.     * tbl_properties_operations.php: bug #1225635,
  2517.       cannot change table's collation under MySQL 5.0.4
  2518.  
  2519. 2005-06-27 Michal ─îiha┼Ö  <michal@cihar.com>
  2520.     * config.inc.php: Better comments describing multi server setup (patch
  2521.       #1226666).
  2522.     * db_details_links.php: Place export tab on same place as on table page
  2523.       (RFE #1047874).
  2524.     * tbl_properties_links.php: Switch browse and properties tabs
  2525.     * db_details_structure.php: Make order of icons same as on table view (RFE
  2526.       #1047874).
  2527.  
  2528. 2005-06-24 Michal ─îiha┼Ö  <michal@cihar.com>
  2529.     * tbl_change.php, tbl_properties_links.php, libraries/export/sql.php:
  2530.       Remove error reporting.
  2531.     * config.inc.php, libraries/common.lib.php,
  2532.       libraries/config_import.lib.php, libraries/display_export.lib.php:
  2533.       Configurable file name templates (RFE #1226941).
  2534.     * themes.php, libraries/select_theme.lib.php: Sort themes, use only one
  2535.       code for browsing directory with themes (RFE #1184251).
  2536.     * tbl_change.php: Use select instead of input, this saves some place and
  2537.       looks better (RFE #1169931).
  2538.     * tbl_change.php: Display column comment while editing data (RFE #860912).
  2539.     * lang/sync_lang.sh: Fix belarusian name.
  2540.     * libraries/transformations/application_octetstream__hex.inc.php, lang/*:
  2541.       Add hex transformation (RFE #1100068).
  2542.  
  2543. 2005-06-24 Marc Delisle  <lem9@users.sourceforge.net>
  2544.     * db_operations.php: problem renaming a db
  2545.  
  2546. 2005-06-24 Alexander M. Turek  <me@derrabus.de>
  2547.     * lang/german-*.inc.php: Updates.
  2548.     * db_operations.php: Cleaning up Marc's code... ;-p
  2549.  
  2550. 2005-06-23 Robin Johnson <robbat2@users.sourceforge.net>
  2551.     * config.inc.php, libraries/relation.lib.php,
  2552.       libraries/get_foreign.lib.php, tbl_select.php, tbl_change.php: Support for
  2553.       customizing foreign-key dropdown, take #2, now very customizable, incl max
  2554.       item limit.
  2555.  
  2556. 2005-06-23 Michal ─îiha┼Ö  <michal@cihar.com>
  2557.     * lang/czech: Update.
  2558.  
  2559. 2005-06-22 Alexander M. Turek  <me@derrabus.de>
  2560.     * tbl_properties_structure.php: Undefined index.
  2561.  
  2562. 2005-06-22 Robin Johnson <robbat2@users.sourceforge.net>
  2563.     * config.inc.php, libraries/relation.lib.php: Support for customizing
  2564.       foreign-key dropdown, take #1.
  2565.  
  2566. 2005-06-22 Garvin Hicking  <rabustoldmethatiforgotmyemailaddress@supergarv.de>
  2567.     * server_databases.php: Bug #1225315, wrong message displayed
  2568.       when no databases were dropped.
  2569.     * tbl_properties.inc.php: Patch #1225452, JS error for
  2570.       getting the value of a select field in certain browsers.
  2571.  
  2572. 2005-06-19 Marc Delisle  <lem9@users.sourceforge.net>
  2573.     * lang/chinese_traditional: Updates, thanks to Siu Sun
  2574.     * lang/italian: Updates, thanks to Pietro Danesi
  2575.     * lang/finnish: update, thanks to Jouni Kahkonen
  2576.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  2577.     * lang/mongolian update, thanks to Bayarsaikhan Enkhtaivan
  2578.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  2579.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  2580.  
  2581. 2005-06-18 Marc Delisle  <lem9@users.sourceforge.net>
  2582.     * libraries/sqlparser.lib.php: bug 1221602, undefined variable when trying
  2583.       to use a reserved word as an identifier
  2584.     * db_operations.php, libraries/database_interface.lib.php:
  2585.       bug #1221359, Copying a db containing a MERGE table
  2586.  
  2587. 2005-06-12 Marc Delisle  <lem9@users.sourceforge.net>
  2588.     * tbl_properties.inc.php: visually bind the Add x fields dialog to its
  2589.       submit button
  2590.     * db_operations.php: bug #1215688, Copying database does not preserve
  2591.       default charset and collation
  2592.     ### 2.6.3-rc1 released
  2593.  
  2594. 2005-06-12 Olivier Mueller <om@omnis.ch>
  2595.     * lang/*, server_privileges.php: added strings for RFE #1197482:
  2596.       $strGeneratePassword, $strGenerate and $strCopy
  2597.  
  2598. 2005-06-11 Marc Delisle  <lem9@users.sourceforge.net>
  2599.     * tbl_properties_export.php: bug #1169791, exporting results from queries
  2600.       with limit keyword
  2601.     * lang/mongolian* update, thanks to Bayarsaikhan Enkhtaivan
  2602.     * lang/finnish: update, thanks to Jouni Kahkonen
  2603.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  2604.     * lang/galician: Updates, thanks to Xos├⌐ Calvo.
  2605.     * lang/belarusian, libraries/select_lang.lib.php:
  2606.       belarusian is now belarusian_cyrillic; added belarusian_latin,
  2607.       thanks to Jaska Zedlik
  2608.  
  2609. 2005-06-08 Marc Delisle  <lem9@users.sourceforge.net>
  2610.     * libraries/common.lib.php: bug #1216901, missing backquotes on the Browse
  2611.       feature in case of duplicate entry
  2612.  
  2613. 2005-06-07 Marc Delisle  <lem9@users.sourceforge.net>
  2614.     * lang/tatarish*: updates, thanks to Albert Fazl├¡
  2615.     * config.inc.php: bug #1215950, typo in comment
  2616.  
  2617. 2005-06-06 Marc Delisle  <lem9@users.sourceforge.net>
  2618.     * lang/tatarish*, /sync_lang.sh, libraries/select_lang.lib.php,
  2619.       translators.html: renamed "tatar" to "tatarish" (tatar is
  2620.       a different language and this translation is really tatarish)
  2621.     * lang/mongolian*, libraries/select_lang.lib.php,
  2622.       translators.html, Documentation.html, README:
  2623.       new language (mongolian), thanks to Bayarsaikhan Enkhtaivan
  2624.  
  2625. 2005-06-05 Marc Delisle  <lem9@users.sourceforge.net>
  2626.     * libraries/functions.js: bug #1207405, invalid SQL when creating
  2627.       table with zero fields
  2628.     * sql.php: bug #1204951, left frame browse icon alt tag
  2629.       not updated on emptying table
  2630.  
  2631. 2005-06-05 Michal ─îiha┼Ö  <michal@cihar.com>
  2632.     * lang/czech: Update.
  2633.  
  2634. 2005-06-04 Marc Delisle  <lem9@users.sourceforge.net>
  2635.     * lang/chinese_traditional: Updates, thanks to Siu Sun.
  2636.     * lang/finnish: update, thanks to Jouni Kahkonen
  2637.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  2638.     * db_details_structure.php: optional message $strNumberOfFields,
  2639.       will use $strFields if not defined
  2640.     * db_operations.php, lang/*: bug #1212997, db copy should not
  2641.       always perform CREATE DATABASE
  2642.  
  2643. 2005-06-03 Marc Delisle  <lem9@users.sourceforge.net>
  2644.     * lang/tatar*, /sync_lang.sh, libraries/select_lang.lib.php,
  2645.       translators.html, Documentation.html, README:
  2646.       new language (tatar), thanks to Albert Fazl├¡
  2647.  
  2648. 2005-06-01 Marc Delisle  <lem9@users.sourceforge.net>
  2649.     * Documentation.html: bug #1213761, hint about Hardened PHP
  2650.       and the Missing parameters problem, thanks to Klaus Dorninger
  2651.  
  2652. 2005-05-31 Marc Delisle  <lem9@users.sourceforge.net>
  2653.     * db_details_structure.php: patch 1209863, XHTML validity,
  2654.       thanks to Ryan Schmidt
  2655.  
  2656. 2005-05-29 Marc Delisle  <lem9@users.sourceforge.net>
  2657.     * tbl_change.php: bug #1184325, Label IDs mismatch for ENUM type,
  2658.       thanks to Ryan Schmidt
  2659.     * footer.inc.php: bug #1209891, db list not refreshed when the left
  2660.       frame is positionned on a db, then a manual DROP DATABASE it done
  2661.       on another db
  2662.     * db_operations.php, footer.inc.php: bug #1170227, copying a db does not
  2663.       refresh the queryframe
  2664.  
  2665. 2005-05-27 Marc Delisle  <lem9@users.sourceforge.net>
  2666.     * tbl_properties.inc.php: bug #1205940, current timestamp checkbox
  2667.       when field type changes
  2668.  
  2669. 2005-05-26 Marc Delisle  <lem9@users.sourceforge.net>
  2670.     * tbl_create.php: bug #1207406, undefined index from PMA_setComment()
  2671.     * sql.php: bug #1204913, left frame update on manual table rename
  2672.  
  2673. 2005-05-25 Marc Delisle  <lem9@users.sourceforge.net>
  2674.     * tbl_properties.inc.php: bug #1207404, undefined variables
  2675.  
  2676. 2005-05-24 Marc Delisle  <lem9@users.sourceforge.net>
  2677.     * libraries/common.lib.php: bug #1207395, undefined theme_generation
  2678.       and theme_version, thanks to Ryan Schmidt
  2679.     * tbl_properties_operations.php: bug #1207212, changing table type
  2680.       under MySQL 5.0.4
  2681.  
  2682. 2005-05-22 Marc Delisle  <lem9@users.sourceforge.net>
  2683.     * libraries/charset_conversion.lib.php: diacritics wrongly converted
  2684.       in Browse mode under MySQL 4.1.x if AllowAnywhereRecoding set to TRUE
  2685.     * tbl_properties_structure.php, tbl_properties.inc.php,
  2686.       libraries/sqlparser.lib.php: bug #1163595, NULL detection of TIMESTAMP
  2687.     * many files: bug #1193250, XHTML compliance, thanks to Ryan Schmidt
  2688.     * themes/[darkblue_orange|original]/css/theme_print.css.php:
  2689.       spelling error Hevetica -> Helvetica, thanks to Castorius and
  2690.       Isaac Bennetch - ibennetch
  2691.  
  2692. 2005-05-19 Marc Delisle  <lem9@users.sourceforge.net>
  2693.     * tbl_select.php: bug #1204235, searching on a VARBINARY field
  2694.  
  2695. 2005-05-18 Marc Delisle  <lem9@users.sourceforge.net>
  2696.     * export.php: bug #1193442, 8 extra spaces at end of export area,
  2697.       thanks to Ryan Schmidt
  2698.     * db_details_structure.php: bug #1193430, zero_rows parameter
  2699.       not url-encoded, thanks to Ryan Schmidt
  2700.  
  2701. 2005-05-17 Marc Delisle  <lem9@users.sourceforge.net>
  2702.     * server_privileges.php, libraries/server_privileges.js:
  2703.       make the password generator work also on user account editing
  2704.  
  2705. 2005-05-17 Olivier Mueller <om@omnis.ch>
  2706.     * server_privileges.php, libraries/server_privileges.js: RFE #1197482,
  2707.       password generator on user creation.  RFC: ok like that?  TODO: add strings.
  2708.  
  2709. 2005-05-15 Marc Delisle  <lem9@users.sourceforge.net>
  2710.     * sql.php, libraries/sqlparser.lib.php: bug #1120434, comment at the end
  2711.       of query is applied to appended LIMIT as well
  2712.  
  2713. 2005-05-13 Marc Delisle  <lem9@users.sourceforge.net>
  2714.     * tbl_printview.php: bug #1178760, header not sent when displaying
  2715.       print view of multi tables, thanks to Hrvoje Novosel - interghost
  2716.     * libraries/functions.js: Patch #1191447, hand pointer on mouseover and
  2717.       mousedown, thanks to Ken Stanley - eclipsboi
  2718.  
  2719. 2005-05-11 Marc Delisle  <lem9@users.sourceforge.net>
  2720.     * tbl_properties.inc.php: bug #1069012, table collation forgotten
  2721.       when adding fields
  2722.     * libraries/storage_engines.lib.php: bug 1180119, undefined variable when
  2723.       showing the details of a storage engine under MySQL 4.0.x
  2724.  
  2725. 2005-05-10 Marc Delisle  <lem9@users.sourceforge.net>
  2726.     * libraries/sqlparser.lib.php: bug #1198156, undefined variable
  2727.       when exporting without enclosing with backquotes
  2728.  
  2729. 2005-05-08 Marc Delisle  <lem9@users.sourceforge.net>
  2730.     * db_details_links.php: patch #1196806, add a Privileges tab
  2731.       in db view, thanks to Herman van Rink - helmo
  2732.     * server_privileges.php: add a back link to the db on which
  2733.       we are checking privileges
  2734.     * Documentation.html: FAQ 3.13 about the MySQL API having problem dealing
  2735.       with USE followed with a db name containing an hyphen
  2736.     * read_dump.php: bug #1189664, js error when 2 queries submitted at once
  2737.  
  2738. 2005-05-08 Olivier Mueller <om@omnis.ch>
  2739.     * scripts/upgrade.pl: new script to let unix admins upgrade phpMyadmin
  2740.       with one command and 5 seconds. To be improved, but is working fine
  2741.       here (tm).  Based on: http://www.phpmyadmin.net/latest.txt
  2742.     * server_privileges.php: always display the "Add a new user" link
  2743.       on the User overview page (no more need to click on [show all] or
  2744.       an initial before)
  2745.  
  2746. 2005-05-05 Marc Delisle  <lem9@users.sourceforge.net>
  2747.     * libraries/mysql_charsets.lib.php: bug #1186983, missing character
  2748.       sets and collations (temporary workaround)
  2749.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  2750.  
  2751. 2005-05-04 Marc Delisle  <lem9@users.sourceforge.net>
  2752.     * Documentation.html: improvement about PmaAbsoluteUri,
  2753.       thanks to Isaac Bennetch - ibennetch
  2754.  
  2755. 2005-05-03 Marc Delisle  <lem9@users.sourceforge.net>
  2756.     * libraries/common.lib.php: bug #1185152, setting collation for a field,
  2757.       thanks to Ryan Schmidt - ryandesign
  2758.  
  2759. 2005-05-02 Marc Delisle  <lem9@users.sourceforge.net>
  2760.     * export.php: bug #1123284, avoid double compression when
  2761.       zlib.output_compression is On, thanks to unclef at users.sourceforge.net
  2762.     * libraries/common.lib.php: bug #1193223, undefined index htmlexcel_null,
  2763.       thanks to Ryan Schmidt - ryandesign
  2764.  
  2765. 2005-05-01 Marc Delisle  <lem9@users.sourceforge.net>
  2766.     * server_status.php: bug #1193225, missing </ul>
  2767.     * tbl_properties.inc.php: bug #1193353, js error on creating table
  2768.  
  2769. 2005-04-30 Marc Delisle  <lem9@users.sourceforge.net>
  2770.     * db_operations.php, libraries/tbl_move_copy.php:
  2771.       bug #1192468, bookmarks copied too many times
  2772.  
  2773. 2005-04-27 Marc Delisle  <lem9@users.sourceforge.net>
  2774.     * lang/finnish: update, thanks to Jouni Kahkonen
  2775.     * lang/russian: update, thanks to lobovich
  2776.     * libraries/sqlparser.lib.php: bug #1179887, ordering by count(*)
  2777.  
  2778. 2005-04-26 Marc Delisle  <lem9@users.sourceforge.net>
  2779.     * tbl_properties_structure.php, tbl_properties.inc.php:
  2780.       bug #1190092, wrong detection of NULL fields with MySQL 5.0.x
  2781.     * lang/finnish: big update, thanks to Jouni Kahkonen
  2782.  
  2783. 2005-04-25 Marc Delisle  <lem9@users.sourceforge.net>
  2784.     * libraries/sqlparser*: bug #1185173. A query using the Storage
  2785.       table name and an alias, returned no result. I changed the
  2786.       parser to add a list of "forbidden" reserved words, as listed
  2787.       in the MySQL manual (reserved words). Those are not allowed
  2788.       as a table/column name, but others (like Storage) are allowed.
  2789.       Now the query works. TODO: do not pretty print in color,
  2790.       in this case
  2791.     * libraries/common.lib.php: bug #1179241, wrong escaping of
  2792.       apostrophe in generated PHP code
  2793.  
  2794. 2005-04-25 Michal ─îiha┼Ö  <michal@cihar.com>
  2795.     * lang/czech: Update.
  2796.     * lang/english: Fix typo.
  2797.  
  2798. 2005-04-24 Marc Delisle  <lem9@users.sourceforge.net>
  2799.     * left.php, queryframe.php: bug #1168784, please respect the db order
  2800.       given in only_db
  2801.  
  2802. 2005-04-16 Marc Delisle  <lem9@users.sourceforge.net>
  2803.     * lang/chinese_simplified: Updates, thanks to mysf at etang.com
  2804.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  2805.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  2806.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  2807.     * lang/galician: Updates, thanks to Xos├⌐ Calvo.
  2808.     * new language: belarusian, thanks to Jaska Zedlik <jz53 at zedlik.com>
  2809.     * tbl_properties_export.php: bug #1180860, error going from Export
  2810.       to Insert tab
  2811.     ### 2.6.2 released
  2812.  
  2813. 2005-04-14 Marc Delisle  <lem9@users.sourceforge.net>
  2814.     * db_details_structure.php: Search icon centering
  2815.  
  2816. 2005-04-13 Marc Delisle  <lem9@users.sourceforge.net>
  2817.     * tbl_alter.php: undefined $field_comments
  2818.  
  2819. 2005-04-10 Alexander M. Turek  <me@derrabus.de>
  2820.     * lang/*.inc.php: New messages for MySQL 5.0 privileges.
  2821.  
  2822. 2005-04-10 Marc Delisle  <lem9@users.sourceforge.net>
  2823.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  2824.     * server_privileges.php: bug #1179969, problem editing a user's profile
  2825.       (and there was a problem also with the detection of
  2826.        an already existing user)
  2827.  
  2828. 2005-04-09 Alexander M. Turek  <me@derrabus.de>
  2829.     * libraries/sqlparser.data.php: Added keyword ROUTINE.
  2830.  
  2831. 2005-04-08 Marc Delisle  <lem9@users.sourceforge.net>
  2832.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  2833.  
  2834. 2005-04-07 Alexander M. Turek  <me@derrabus.de>
  2835.     * libraries/select_lang.lib.php, lang/english-iso-8859-15.inc.php:
  2836.       en-iso-8859-15.
  2837.     * lang/*.inc.php: New messages for MySQL 5.0 privileges.
  2838.  
  2839. 2005-04-07 Marc Delisle  <lem9@users.sourceforge.net>
  2840.     * tbl_properties.inc.php, tbl_alter.php: bug #1176896, undefined variable
  2841.     * libraries/common.lib.php: wrong test when the field's type is
  2842.       TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
  2843.  
  2844. 2005-04-03 Marc Delisle  <lem9@users.sourceforge.net>
  2845.     ### 2.6.2-rc1 released
  2846.  
  2847. 2005-04-01 Marc Delisle  <lem9@users.sourceforge.net>
  2848.     * tbl_addfield.php: TIMESTAMP options support
  2849.     * libraries/common.lib.php: DEFAULT CURRENT_TIMESTAMP is only
  2850.       for TIMESTAMP (bug when changing from a TIMESTAMP to a non-TIMESTAMP type)    * (same): bug #1163595, problem 4: a TIMESTAMP must be explicitely
  2851.       set to NULL to have the NULL attribute
  2852.     * libraries/tbl_move_copy.php: bug #1168996, error copying InnoDB table
  2853.       with FK constraints to a table in the same db
  2854.  
  2855. 2005-03-31 Alexander M. Turek  <me@derrabus.de>
  2856.     * left.php: Undefined offset (Bug #1174045).
  2857.  
  2858. 2005-03-31 Marc Delisle  <lem9@users.sourceforge.net>
  2859.     * Documentation.html: added FAQ 5.17 about problem with
  2860.       Firefox when the Tabbrowser Extensions plugin is installed
  2861.     * tbl_properties.inc.php: TIMESTAMP options improved looks, thanks to Garvin
  2862.     * tbl_properties.inc.php: TIMESTAMP default CURRENT_TIMESTAMP checkbox
  2863.       made dynamic, depending on the field's type
  2864.     * tbl_create.php, libraries/relation.lib.php: TIMESTAMP options support
  2865.  
  2866. 2005-03-30 Alexander M. Turek  <me@derrabus.de>
  2867.     * server_databases.php: Bug #1172782 (Don't allow to drop
  2868.       information_schema).
  2869.     * libraries/mysql_charsets.lib.php: Typo.
  2870.     * lang/german-*.inc.php: Better translation.
  2871.  
  2872. 2005-03-30 Marc Delisle  <lem9@users.sourceforge.net>
  2873.     * Documentation.html: Patch #1164699, clarification about PmaAbsoluteURI,
  2874.       thanks to Isaac Bennetch - ibennetch
  2875.     * lang/english: improvements, thanks to Ryan Schmidt - ryandesign
  2876.     * lang/*: removed unused message and modified strCheckOverhead
  2877.       where still untranslated
  2878.     * tbl_properties.inc.php: bug #1163595 (problem #5): after an error
  2879.       modifying TIMESTAMP options, the table structure editing form
  2880.       was shown without the new options.
  2881.  
  2882. 2005-03-29 Marc Delisle  <lem9@users.sourceforge.net>
  2883.     * libraries/common.lib.php: XSS vulnerability on convcharset
  2884.  
  2885. 2005-03-29 Alexander M. Turek  <me@derrabus.de>
  2886.     * server_collations.php, libraries/mysql_charsets.lib.php: Don't offer
  2887.       unavailable collations (bug #1172517).
  2888.  
  2889. 2005-03-28 Alexander M. Turek  <me@derrabus.de>
  2890.     * left.php: Implemented the forgotten view icon.
  2891.  
  2892. 2005-03-27 Marc Delisle  <lem9@users.sourceforge.net>
  2893.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  2894.     * libraries/relation.lib.php: bug #1170549, adding fields NOT NULL
  2895.       under MySQL 4.1
  2896.     ### 2.6.2-beta1 released
  2897.  
  2898. 2005-03-27 Alexander M. Turek  <me@derrabus.de>
  2899.     * libraries/defines.lib.php, themes/*/info.inc.php: Marked 2.6.0 / 2.6.1
  2900.       themes as imcompatible because of recent changes.
  2901.     * libraries/information_schema_relations.lib.php,
  2902.       libraries/relation.lib.php: information_schema relations.
  2903.  
  2904. 2005-03-26 Alexander M. Turek  <me@derrabus.de>
  2905.     * libraries/engines/innodb.lib.php: Caught possible devision by zero.
  2906.     * lang/dutch-iso-8859-15.inc.php, lang/finnish-iso-8859-15.inc.php,
  2907.       lang/italian-iso-8859-15.inc.php, lang/portoguese-iso-8859-15.inc.php,
  2908.       lang/spanish-iso-8859-15.inc.php, libraries/select_lang.lib.php:
  2909.       Added more Latin9 language files.
  2910.  
  2911. 2005-03-25 Marc Delisle  <lem9@users.sourceforge.net>
  2912.     * tbl_properties.inc.php: bug #1170255, undefined index: Field
  2913.  
  2914. 2005-03-25 Alexander M. Turek  <me@derrabus.de>
  2915.     * db_details_structure.php: Let's prefer separate icons over CSS 3 hacks
  2916.       for marking a functionality as unavailable.
  2917.     * libraries/relation.lib.php:
  2918.       - Removed recoding function calls from controluser queries as they do
  2919.         not depend on the connection charset anymore;
  2920.       - Added emulated relations for some information_schema tables. To be
  2921.         continued.
  2922.  
  2923. 2005-03-24 Alexander M. Turek  <me@derrabus.de>
  2924.     * libraries/dbi/*.dbi.lib.php, libraries/common.lib.php,
  2925.       libraries/database_interface.lib.php:
  2926.       - Force separate connection for controluser queries;
  2927.       - Don't apply collation_connection settings to controluser connections.
  2928.     * lang/galician-*.inc.php: Updates, thanks to Xos├⌐ Calvo.
  2929.     * lang/chinese_traditional-*.inc.php: Updates, thanks to Siu Sun.
  2930.  
  2931. 2005-03-22 Marc Delisle  <lem9@users.sourceforge.net>
  2932.     * header.inc.php: undefined index tbl_is_view when copying a table
  2933.       with constraints and an error occurs
  2934.  
  2935. 2005-03-20 Marc Delisle  <lem9@users.sourceforge.net>
  2936.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  2937.     * tbl_properties.inc.php: do not add ON UPDATE CURRENT_TIMESTAMP twice
  2938.  
  2939. 2005-03-19 Alexander M. Turek  <me@derrabus.de>
  2940.     * lang/german-*.inc.php: Translations #1120157 (bad translation of
  2941.       $strAddSearchConditions).
  2942.     * libraries/select_lang.lib.php, lang/polish-windows-1250.inc.php:
  2943.       Translations #1161402 (added pl-win1250), thanks to Jakub Wilk (ubanus).
  2944.     * libraries/select_lang.lib.php, lang/german-iso-8859-15.inc.php,
  2945.       lang/french-iso-8859-15.inc.php: Added ISO-8859-15 (Latin9) editions of
  2946.       the German and French language files for testing.
  2947.  
  2948. 2005-03-19 Marc Delisle  <lem9@users.sourceforge.net>
  2949.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  2950.     * lang/russian update, thanks to gunsky
  2951.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  2952.  
  2953. 2005-03-18 Marc Delisle  <lem9@users.sourceforge.net>
  2954.     * lang/estonian: Update thanks to Alvar Soome - finsoft.
  2955.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  2956.     * lang/brazilian-portuguese: big update, thanks to Airon Luis Pereira
  2957.       - thedarkness
  2958.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  2959.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  2960.  
  2961. 2005-03-18 Alexander M. Turek  <me@derrabus.de>
  2962.     * lang/german-*.inc.php: Updates.
  2963.  
  2964. 2005-03-17 Marc Delisle  <lem9@users.sourceforge.net>
  2965.     * Documentation.html: bug #1165148, typo in Documentation.html
  2966.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  2967.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  2968.  
  2969. 2005-03-16 Marc Delisle  <lem9@users.sourceforge.net>
  2970.     * tbl_properties_structure.php, tbl_alter.php, tbl_properties.inc.php,
  2971.       config.inc.php (comment only), libraries/common.lib.php:
  2972.       experimental support for table structure editing with MySQL 4.1.2+
  2973.       TIMESTAMP options
  2974.  
  2975. 2005-03-13 Marc Delisle  <lem9@users.sourceforge.net>
  2976.     * tbl_row_delete.php renamed to tbl_row_action.php (RFE 1097729)
  2977.  
  2978. 2005-03-12 Marc Delisle  <lem9@users.sourceforge.net>
  2979.     * tbl_properties_structure.php, libraries/sqlparser.lib.php:
  2980.       start merging code for MySQL 4.1.2 TIMESTAMP options support
  2981.  
  2982. 2005-03-10 Alexander M. Turek  <me@derrabus.de>
  2983.     * libraries/relation.lib.php: Bug #1159415.
  2984.  
  2985. 2005-03-10 Marc Delisle  <lem9@users.sourceforge.net>
  2986.     * libraries/database_interface.lib.php, libraries/relation.lib.php:
  2987.       problem with getting comments when creating a new table under MySQL 4.1.x
  2988.       with mysql extension
  2989.  
  2990. 2005-03-09 Marc Delisle  <lem9@users.sourceforge.net>
  2991.     * db_operations.php: db comments updating broken
  2992.     * libraries/relation.lib.php: bug #1159415, data dictionary broken
  2993.  
  2994. 2005-03-08 Michael Keck  <mkkeck@users.sourceforge.net>
  2995.     * themes/*/img/bd_insrow.png, themes/*/bd_insrow.png: Added disabled
  2996.       versions of insert-row icons.
  2997.  
  2998. 2005-03-08 Marc Delisle  <lem9@users.sourceforge.net>
  2999.     * lang/french update
  3000.  
  3001. 2005-03-07 Marc Delisle  <lem9@users.sourceforge.net>
  3002.     * libraries/relation.lib.php: db comments broken
  3003.     * libraries/dbi/*.php, lang/*: new $strSocketProblem message
  3004.     * db_details.php, tbl_query_box.php, libraries/bookmark.lib.php:
  3005.       bookmark improvement,
  3006.       based on patch #1034161 by Ryan Schmidt - ryandesign:
  3007.       sort bookmarks by label, remove the number before each bookmark
  3008.       in the drop-down choice. For this I had to change some logic in the
  3009.       calling scripts. It's still possible to have the same label more
  3010.       than once.
  3011.  
  3012. 2005-03-07 Michal ─îiha┼Ö  <michal@cihar.com>
  3013.     * db_printview.php, tbl_printview.php, css/phpmyadmin.css.php,
  3014.       libraries/header_meta_style.inc.php: Actually use print style in themes,
  3015.       also fixes RFE #1120880.
  3016.     * sql.php: Better calculate inserted row id (bug #1156963).
  3017.     * db_details_links.php, db_details_structure.php: Show database comment on
  3018.       each tab (same as we do with table comments).
  3019.  
  3020. 2005-03-06 Michael Keck  <mkkeck@users.sourceforge.net>
  3021.     * themes/*/img/bd_deltbl.png, themes/*/bd_drop.png: Added disabled
  3022.       versions of drop icons.
  3023.  
  3024. 2005-03-06 Michal ─îiha┼Ö  <michal@cihar.com>
  3025.     * export.php, libraries/display_export.lib.php, config.inc.php,
  3026.       libraries/config_import.lib.php, libraries/export/htmlexcel.php,
  3027.       libraries/export/htmlword.php, lang/*: Added Microsoft Word and Excel
  3028.       2000 export (RFE #1155122).
  3029.     * lang/czech: Updated, thanks to Michal Marek (twofish) for "storage
  3030.       engine" translation.
  3031.     * lang/english: Nothing to translate here.
  3032.     * Documentation.html: Document new Excel export.
  3033.     * config.inc.php, libraries/config_import.lib.php,
  3034.       libraries/display_export.lib.php, libraries/export/htmlword.php: Word
  3035.       export now can contain table structure and better handles more
  3036.       tables/databases export.
  3037.     * db_operations.php, export.php, main.php, tbl_move_copy.php,
  3038.       libraries/common.lib.php, libraries/select_theme.lib.php,
  3039.       libraries/auth/cookie.auth.lib.php: Unified cookie path handling, added
  3040.       / to end of path (bug #1155373).
  3041.  
  3042. 2005-03-06 Marc Delisle  <lem9@users.sourceforge.net>
  3043.     * libraries/relation.lib.php, /display_export.lib.php,
  3044.       /export/sql.php: native comments. For MySQL 4.1.x+ I do not display
  3045.       the "Add into comments ... Comments" choice, since they are
  3046.       part of the structure
  3047.  
  3048. 2005-03-06 Alexander M. Turek  <me@derrabus.de>
  3049.     * lang/*.inc.php, libraries/engines/innodb.lib.php: InnoDB buffer pool
  3050.       activity statistics.
  3051.     * server_status.php: Removed InnoDB Status sub-page. It is now part of
  3052.       server_engines.php.
  3053.     * lang/*.inc.php, libraries/engines/innodb.lib.php: Buffer pool size
  3054.       indicators.
  3055.     * libraries/mysql_charsets.lib.php: Don't check the character set of the
  3056.       virtual database "information_schema" (MySQL 5.0).
  3057.     * db_details_links.php, db_details_structure.php: Don't allow the user to
  3058.       change anything in MySQL 5.0's information_schema database.
  3059.  
  3060. 2005-03-05 Marc Delisle  <lem9@users.sourceforge.net>
  3061.     * tbl_alter.php, tbl_addfield.php, db_datadict.php, pdf_schema.php,
  3062.       tbl_create.php, libraries/common.lib.php, /relation.lib.php,
  3063.       /database_interface.lib.php: MySQL 4.1.x native comments
  3064.  
  3065. 2005-03-05 Alexander M. Turek  <me@derrabus.de>
  3066.     * server_engines.php, lang/*.inc.php, libraries/storage_engines.lib.php
  3067.       libraries/engines/berkeleydb.lib.php, libraries/engines/bdb.lib.php,
  3068.       libraries/engines/innobase.lib.php, libraries/innodb.lib.php,
  3069.       libraries/engines/myisam.lib.php:
  3070.       - Moved engine-specific settings into plugins;
  3071.       - Added ability to create multiple sub-pages in server_engines.php for
  3072.         a specific engine;
  3073.       - Added a few InnoDB variables. To be continued. :-)
  3074.       - New InnoDB buffer pool monitor for MySQL >= 5.0.2.
  3075.  
  3076. 2005-03-04 Marc Delisle  <lem9@users.sourceforge.net>
  3077.     * Documentation.html, libraries/common.lib.php: new FAQ 2.8 about
  3078.       Missing parameters, and when the error happens, show a link to FAQ
  3079.  
  3080. 2005-03-03 Alexander M. Turek  <me@derrabus.de>
  3081.     * libraries/grab_globals.lib.php: Bug #1153079 (Updating columns starting
  3082.       with "str").
  3083.     * header.inc.php: Wrong icon for views.
  3084.     * libraries/sqlparser.data.php: Added more missing date / time functions.
  3085.  
  3086. 2005-03-02 Michal ─îiha┼Ö  <michal@cihar.com>
  3087.     * libraries/export/sql.php, libraries/display_export.lib.php: Do not offer
  3088.       modes not available in current MySQL version, do not fail on error when
  3089.       setting SQL_MODE (bug #1155209).
  3090.  
  3091. 2005-03-02 Marc Delisle  <lem9@users.sourceforge.net>
  3092.     * main.php: bug #1154307, wrong text for alt,
  3093.       thanks to Isaac Bennetch - ibennetch
  3094.     * Documentation.html: bug #1126156, FAQ 6.12 reworked,
  3095.       thanks to Isaac Bennetch - ibennetch
  3096.  
  3097. 2005-03-01 Marc Delisle  <lem9@users.sourceforge.net>
  3098.     * Documentation.html: bug #1153684, wrong doc for PDF pages generation,
  3099.       thanks to Ryan Schmidt
  3100.     * libraries/auth/config.auth.lib.php: bug #1149565, tooltip.js undefined
  3101.       var
  3102.  
  3103. 2005-02-27 Alexander M. Turek  <me@derrab.us>
  3104.     * libraries/sqlparser.data.php: Added missing MySQL functions STR_TO_DATE
  3105.       and GET_FORMAT (bug #1152310).
  3106.  
  3107. 2005-02-27 Michal ─îiha┼Ö  <michal@cihar.com>
  3108.     * server_binlog.php: MySQL 5 compatibility (bug #1151960).
  3109.  
  3110. 2005-02-26 Marc Delisle  <lem9@users.sourceforge.net>
  3111.     * Documentation.html: added FAQ 5.16 about various IE and Windows
  3112.       problems. Thanks to Michael Keck.
  3113.     * main.php: bug #1143528, Reload MySQL not seen on MySQL 4.1.2
  3114.  
  3115. 2005-02-24 Alexander M. Turek  <me@derrabus.de>
  3116.     * libraries/grab_globals.lib.php: Fixed the fix, thanks to Marc. :-)
  3117.  
  3118. 2005-02-23 Marc Delisle  <lem9@users.sourceforge.net>
  3119.     * libraries/auth/cookie.auth.lib.php: bug #1149373, error when
  3120.       blowfish_secret is empty
  3121.  
  3122. 2005-02-23 Alexander M. Turek  <me@derrabus.de>
  3123.     * libraries/grab_globals.lib.php: More hotfixes against bug #1149381.
  3124.     * libraries/mysql_charsets.lib.php: Detection for new Japanese charsets
  3125.       (cp932 and eucjpms) that will be introduced with MySQL 5.0.3.
  3126.     * libraries/select_lang.lib.php: Removed the UTF-8 deactivation code that
  3127.       we had already commented out a long time ago.
  3128.  
  3129. 2005-02-22 Alexander M. Turek  <me@derrabus.de>
  3130.     * libraries/grab_globals.lib.php: Hotfix against bug #1149381 and parts
  3131.       of bug #1149383.
  3132.  
  3133. 2005-02-21 Marc Delisle  <lem9@users.sourceforge.net>
  3134.     * pdf_pages.php: patch #1120466 (modified): optional column names
  3135.       in visual scratchboard, thanks to Remco Aalbers - remcoa
  3136.  
  3137. 2005-02-17 Marc Delisle  <lem9@users.sourceforge.net>
  3138.     * header.inc.php, queryframe.php: HTML improvement,
  3139.       thanks to Armel Fauveau
  3140.     * server_privileges.php: bug #1113788, escaping character removed by error
  3141.  
  3142. 2005-02-16 Alexander M. Turek  <me@derrabus.de>
  3143.     * db_details_export.php: Views are not exportable yet.
  3144.     * themes/*/css/theme_right.css.php: Allow to mark a whole row as disabled.
  3145.     * server_engines.php: Use new CSS class 'disabled' for unavailable
  3146.       engines.
  3147.  
  3148. 2005-02-14 Michal ─îiha┼Ö  <michal@cihar.com>
  3149.     * tbl_printview.php, libraries/tbl_indexes.lib.php: Fix displaying
  3150.       indexes for print view, use same function as for normal view (bug
  3151.       #1119388).
  3152.     * css/print.css, libraries/tbl_indexes.lib.php,
  3153.       libraries/header_meta_style.inc.php: Use CSS for hiding print button
  3154.       rather than javascript.
  3155.  
  3156. 2005-02-14 Marc Delisle  <lem9@users.sourceforge.net>
  3157.     * tbl_properties_table_info.php: avoid errors #1046, no database selected
  3158.       in MySQL 5.0.2
  3159.     * lang/romanian: Updated, thanks to Valics Lehel.
  3160.  
  3161. 2005-02-13 Marc Delisle  <lem9@users.sourceforge.net>
  3162.     * lang/french update
  3163.     * server_privileges.php: bug #1118137, host not changing when editing user
  3164.  
  3165. 2005-02-10 Marc Delisle  <lem9@users.sourceforge.net>
  3166.     * Documentation.html: new FAQ 1.32 about using HTTP auth under IIS
  3167.  
  3168. 2005-02-09 Marc Delisle  <lem9@users.sourceforge.net>
  3169.     * config.inc.php, Documentation.html: bug #1115327, document the
  3170.       maximum number of characters for blowfish_secret
  3171.  
  3172. 2005-02-09 Alexander M. Turek  <me@derrabus.de>
  3173.     * lang/italian-*.inc.php: Updates, thanks to Pietro Danesi.
  3174.  
  3175. 2005-02-08 Michal ─îiha┼Ö  <michal@cihar.com>
  3176.     * export.php: Fix export of SQL for Safari (bug #1113015).
  3177.  
  3178. 2005-02-07 Marc Delisle  <lem9@users.sourceforge.net>
  3179.     * libraries/dbi/*: bug #1116933, PMA_DBI_free_result():
  3180.       do not send a boolean to mysqli_free_result() or mysql_free_result(),
  3181.       it expects a result resource
  3182.     * libraries/tbl_move_copy.php: bug #1117112, commands out of sync when
  3183.       using "copy table" operation
  3184.     * libraries/common.lib.php: bug #1114363, error when SHOW DATABASES is
  3185.       disabled
  3186.  
  3187. 2005-02-07 Alexander M. Turek  <me@derrabus.de>
  3188.     * libraries/mcrypt.lib.php: Bug #1117907 ("wrong parameter count" with
  3189.       php 4.1.x.
  3190.  
  3191. 2005-02-06 Alexander M. Turek  <me@derrabus.de>
  3192.     * header.inc.php, tbl_properties_table_info.php: View detection for
  3193.       header.inc.php.
  3194.     * tbl_properties_links.php: Adjusted tab bar for views.
  3195.  
  3196. 2005-02-05 Marc Delisle  <lem9@users.sourceforge.net>
  3197.     * tbl_relation.php: removed comments handling (pmadb-style) from relation view
  3198.  
  3199. 2005-02-04 Michal ─îiha┼Ö  <michal@cihar.com>
  3200.     * tbl_change.php: Fix TIMESTAMP editing on MySQL 4.1 (bug #1114120).
  3201.  
  3202. 2005-02-03 Alexander M. Turek  <me@derrabus.de>
  3203.     * tbl_addfield.php: Bug #1040682 (adding field with collation).
  3204.  
  3205. 2005-02-02 Marc Delisle  <lem9@users.sourceforge.net>
  3206.     * libraries/dbi/*: PMA_DBI_num_rows(): do not send a boolean
  3207.       to mysqli_num_rows() or mysql_num_row(), it expects a result resource
  3208.     * tbl_properties.inc.php: bug #1114550, changing the type of
  3209.       a float unsigned column
  3210.  
  3211. 2005-01-30 Marc Delisle  <lem9@users.sourceforge.net>
  3212.     * libraries/export/sql.php: bug #1108521, part 2: mysqli_num_rows
  3213.       cannot be used with MYSQL_USE_RESULT
  3214.  
  3215. 2005-01-29 Alexander M. Turek  <me@derrabus.de>
  3216.     * lang/japanese-utf-8.inc.php: Bug #1111855 ("Undefined index" when using
  3217.       the Janapese language file under MySQL 4.1.
  3218.  
  3219. 2005-01-28 Marc Delisle  <lem9@users.sourceforge.net>
  3220.     * libraries/dbi/mysqli.dbi.lib.php: bug #1111706, call to undefined
  3221.       function PMA_reloadNavigation(). A failed connection was not properly
  3222.       detected
  3223.     * libraries/export/sql.php: bug #1108521, mysqli_free_result() expects
  3224.       parameter 1 to be a result
  3225.  
  3226. 2005-01-27 Marc Delisle  <lem9@users.sourceforge.net>
  3227.     * libraries/fpdf/fpdf.php: bug #1106146, missing header for PDF,
  3228.       thanks to Michal
  3229.     * libraries/display_tbl.lib.php: the LongOperation message should
  3230.       be just for InnoDB
  3231.  
  3232. 2005-01-27 Michal ─îiha┼Ö  <michal@cihar.com>
  3233.     * read_dump.php: Fix detection of SELECT query to display on multiple
  3234.       submits (bug #1110727).
  3235.  
  3236. 2005-01-23 Marc Delisle  <lem9@users.sourceforge.net>
  3237.     * tbl_query_box.php: bug #1107937, undefined $fields_list
  3238.     * lang/estonian: Update thanks to Alvar Soome - finsoft.
  3239.     ### 2.6.1 released
  3240.  
  3241. 2005-01-23 Michal ─îiha┼Ö  <michal@cihar.com>
  3242.     * export.php: Back to Content-Type application/x-bzip2 on bzip2 export
  3243.       (bug #1106652).
  3244.  
  3245. 2005-01-23 Alexander M. Turek  <me@derrabus.de>
  3246.     * libraries/sqlparser.data.php: Added some keywords.
  3247.  
  3248. 2005-01-22 Marc Delisle  <lem9@users.sourceforge.net>
  3249.     * libraries/bookmark.lib.php: bug #1103289: num_rows and MYSQL_USE_RESULT,
  3250.       and fix a typo "boommark"
  3251.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  3252.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  3253.  
  3254. 2005-01-20 Michael Keck  <mkkeck@users.sourceforge.net>
  3255.     * libraries/tooltip.js: new JS library for tooltips (hints)
  3256.     * libraries/common.lib.php: img tag modified for mouseover / mouseout
  3257.       (show/hide tooltip)
  3258.     * header.inc.php: needed div-container for tooltips
  3259.     * footer.inc.php: linking to js-file tooltip.js
  3260.     * themes/.../theme_right.css.php: tooltip class
  3261.     * querywindow.php / tbl_query_box.php: resizing the querywindow if it
  3262.       to small
  3263.     * themes/.../layout.inc.php: increased QueryWindowHeight / QueryWindowWidth
  3264.     * themes/.../theme_right.css.php: new class for disabled (not available)
  3265.       text / values / messages
  3266.     * libraries/tooltip.js: removed wrong typos (sorry)
  3267.  
  3268. 2005-01-20 Alexander M. Turek  <me@derrabus.de>
  3269.     * server_engines.php, server_links.inc.php: Use Michael's new icon for
  3270.       storage engines.
  3271.     * main.php: Added link to storage engines sub-page.
  3272.  
  3273. 2005-01-18 Marc Delisle  <lem9@users.sourceforge.net>
  3274.     * sql.php, libraries/common.lib.php, /display_tbl.lib.php, /functions.js,
  3275.       lang/*.php: bug #1084820: ask a confirmation when a user wants to
  3276.       reach the End of rows, and count the exact number of rows to
  3277.       go to the real end
  3278.       TODO: page number selector
  3279.     * common.lib.php: PMA_showHint(): now the lightbulb is clickable,
  3280.       to reveal the full message for browsers who truncate it,
  3281.       thanks to Alexander for the suggestion
  3282.  
  3283. 2005-01-18 Alexander M. Turek  <me@derrabus.de>
  3284.     * server_engines.php, server_links.php libraries/storage_engines.lib.php:
  3285.       - Emulation for < MySQL 4.1.2;
  3286.       - BerkeleyDB version information.
  3287.     * tbl_properties.inc.php, tbl_properties_operations.php,
  3288.       libraries/storage_engines.lib.php: Auto-generated engine selection
  3289.       dropdown.
  3290.     * header.inc.php, libraries/common.lib.php: Finger pointer for lightbulbs.
  3291.  
  3292. 2005-01-17 Michael Keck  <mkkeck@users.sourceforge.net>
  3293.     * libraries/common.lib.php: modified function for
  3294.       Add a link by MySQL-Error #1062 - Duplicate entry
  3295.       (feature request #1036254)
  3296.  
  3297. 2005-01-17 Michal ─îiha┼Ö  <michal@cihar.com>
  3298.     * lang/czech: Fix typos (translation #1103785).
  3299.  
  3300. 2005-01-17 Alexander M. Turek  <me@derrabus.de>
  3301.     * server_engines.php, lang/*.inc.php: Nice output for some MyISAM
  3302.       parameters.
  3303.  
  3304. 2005-01-16 Marc Delisle  <lem9@users.sourceforge.net>
  3305.     * libraries/common.lib.php: bug #1103201, wrong treatment of MySQL error
  3306.       #1060 in the logic for error #1062
  3307.  
  3308. 2005-01-15 Alexander M. Turek  <me@derrabus.de>
  3309.     * server_engines.php, server_links.inc.php, lang/*.inc.php,
  3310.       libraries/storage_engines.php: Detailed storage engines status
  3311.       information.
  3312.  
  3313. 2005-01-12 Alexander M. Turek  <me@derrabus.de>
  3314.     * tbl_properties_table_info.inc.php: Basic view detection.
  3315.     * tbl_properties_structure.php: Disabled table-specific interface elements
  3316.       for views.
  3317.  
  3318. 2005-01-11 Alexander M. Turek  <me@derrabus.de>
  3319.     * libraries/relation.lib.php:
  3320.       - Removed redundant code;
  3321.       - Fixed some comments.
  3322.     * tbl_properties_structure.php: Corrected TH numbering.
  3323.     * db_details_structure.php: Small design glitch with "in use" tables.
  3324.     * db_details_structure.php, mult_submits.inc.php, lang/*.inc.php:
  3325.       - Views are now displayed correctly within the table list;
  3326.       - Added ability to drop views from the db structure page.
  3327.         TODO: It is not yet possible to drop a view from the table sub pages.
  3328.  
  3329. 2005-01-11 Marc Delisle  <lem9@users.sourceforge.net>
  3330.     * libraries/dbi/mysqli.dbi.lib.php: bug #1076213, headers sent
  3331.       on invalid login
  3332.  
  3333. 2005-01-10 Michal ─îiha┼Ö  <michal@cihar.com>
  3334.      * lang/czech: Fix typo (translation #1099459).
  3335.  
  3336. 2005-01-10 Olivier Mueller <om@omnis.ch>
  3337.     * README: copyright, we're in 2005
  3338.  
  3339. 2005-01-09 Marc Delisle  <lem9@users.sourceforge.net>
  3340.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  3341.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  3342.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  3343.     * lang/dutch: Updates, thanks to Ivo Teel.
  3344.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  3345.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  3346.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  3347.     ### 2.6.1-rc2 released
  3348.  
  3349. 2005-01-07 Marc Delisle  <lem9@users.sourceforge.net>
  3350.     * tbl_addfield.php: bug #1082680, undefined $field_charset when adding
  3351.       a FLOAT field in MySQL 4.1.x
  3352.  
  3353. 2005-01-07 Michal ─îiha┼Ö  <michal@cihar.com>
  3354.     * Documentation.html, tbl_change.php, tbl_properties.inc.php,
  3355.       libraries/functions.js, libraries/tbl_change.js,
  3356.       libraries/keyhandler.js: Use Option key for Safari for moving (bug
  3357.       #1094137), move key handler function to separate file so we have only
  3358.       one, make movement work correctly in vertical display of properties.
  3359.     * libraries/common.lib.php: Fix timestamp in uva condition with MySQL 4.1
  3360.       (bug #1097593).
  3361.  
  3362. 2005-01-06 Marc Delisle  <lem9@users.sourceforge.net>
  3363.     * tbl_change.php: removed old PHP3-workaround that caused problems
  3364.       with field names like '000'
  3365.  
  3366. 2005-01-05 Michal ─îiha┼Ö  <michal@cihar.com>
  3367.     * tbl_properties_operations.php: Fix changning table parameters if it has
  3368.       no auto increment (bug #1096246).
  3369.  
  3370. 2005-01-04 Alexander M. Turek  <me@derrabus.de>
  3371.     * lang/german-*.inc.php:
  3372.       - Updates and small corrections;
  3373.       - Synchronized translation with the German MySQL documentation.
  3374.  
  3375. 2005-01-03 Michal ─îiha┼Ö  <michal@cihar.com>
  3376.     * export.php: Use standardised mime types and use content encoding for
  3377.       gzip/bzip2. I hope this will fix double gzip compression as in bug
  3378.       #1094649.
  3379.  
  3380. 2005-01-01 Michal ─îiha┼Ö  <michal@cihar.com>
  3381.     * tbl_alter.php: Don't try to set collation for non text fields (bug
  3382.       #1094109).
  3383.     * sql.php: Do not forget reloading when launching multiple queries (bug
  3384.       #1090818).
  3385.  
  3386. 2004-12-30 Marc Delisle  <lem9@users.sourceforge.net>
  3387.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  3388.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  3389.     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
  3390.  
  3391. 2004-12-30 Michal ─îiha┼Ö  <michal@cihar.com>
  3392.     * libraries/fpdf/ufpdf.php: Fix some warnings.
  3393.  
  3394. 2004-12-29 Michal ─îiha┼Ö  <michal@cihar.com>
  3395.     * libraries/export/sql.php: Fix typo.
  3396.     * server_databases.php: Use same sort order as in left frame (bug
  3397.       #1087244), allow sorting even if not showing stats.
  3398.     * pdf_schema.php, libraries/fpdf/fpdf.php, libraries/fpdf/ufpdf.php,
  3399.       libraries/fpdf/font/FreeSans*: Added support for PDF output in utf-8,
  3400.       uses UFPDF class from http://www.acko.net/node/56. NOTE: We now have a
  3401.       bit modified FPDF class. (bug #1046051)
  3402.     * Documentation.html: Added info about UFPDF library.
  3403.     * lang/czech, lang/english: Improved some texts, also bug #1009667.
  3404.  
  3405. 2004-12-28 Michal ─îiha┼Ö  <michal@cihar.com>
  3406.     * libraries/tbl_move_copy.php: Fix constraints copying (bug #1085900).
  3407.     * config.inc.php, lang/*, libraries/common.lib.php,
  3408.       libraries/config_import.lib.php, libraries/display_export.lib.php,
  3409.       libraries/export/sql.php: Support for selecting SQL export compatibility
  3410.       (RFE #1060040).
  3411.     * libraries/tbl_change.js: Faster navigation in calendar (RFE #1090315).
  3412.     * mult_submits.inc.php, tbl_row_delete.php: Fix % escaping (bug #1082954).
  3413.     * read_dump.php: Fix database name extraction from use statement (bug
  3414.       #1084777).
  3415.     * css/phpmyadmin.css.php, libraries/common.lib.php: Disabled theme manager
  3416.       still allows to select theme in configuration (bug #1084712).
  3417.     * tbl_replace.php: Remove unused code.
  3418.     * main.php, lang/*, libraries/string.lib.php: Added warnings about
  3419.       mbstring - one to disable function overloading and one for requesting
  3420.       mbstring for multibyte charsets (bugs #1063149 and #1063821).
  3421.     * tbl_change.php, tbl_replace.php, lang/*, libraries/common.lib.php:
  3422.       Support for editing next entry (when numeric primary key) (RFE
  3423.       #1074906).
  3424.  
  3425. 2004-12-26 Marc Delisle  <lem9@users.sourceforge.net>
  3426.     * libraries/database_interface.lib.php: bug #1085647, wrong parameters
  3427.       for strpos(), thanks to Meithar - meithar
  3428.     * libraries/select_server.lib.php, bug #1073056, unable to submit selected server,
  3429.       thanks to jamaz - jamaz
  3430.     * tbl_change.php: bug #1090608, undefined variable, thanks to peterinsb
  3431.     * scripts/upgrade_tables_mysql_4_1_2+.sql: bug #1084426, misleading comments
  3432.     * tbl_create.php: bug #1085494, illegal length value for LONGTEXT, thanks to mjec
  3433.  
  3434. 2004-12-16 Marc Delisle  <lem9@users.sourceforge.net>
  3435.     * libraries/blowfish.php: bug #1085997, undefined variables,
  3436.       patch thanks to Chandrakumar Muthaiah - sudhach
  3437.  
  3438. 2004-12-14 Alexander M. Turek  <me@derrabus.de>
  3439.     * libraries/sqlparser.data.php: Added keywords NAMES and VIEW.
  3440.  
  3441. 2004-12-13 Michal ─îiha┼Ö  <michal@cihar.com>
  3442.     * libraries/tbl_change.js: Do not catch Alt and Shift keys (bug #1082315).
  3443.     * libraries/export/sql.php: Do not duplicate constraints when exporting
  3444.       multiple databases (bug #1084459).
  3445.  
  3446. 2004-12-12 Marc Delisle  <lem9@users.sourceforge.net>
  3447.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  3448.     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
  3449.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  3450.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  3451.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  3452.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  3453.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  3454.     * lang/chinese_traditional-*.inc.php: Updates, thanks to Siu Sun.
  3455.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  3456.     * lang/turkish update, thanks to boralioglu.
  3457.     ### 2.6.1-rc1 released
  3458.  
  3459. 2004-12-10 Marc Delisle  <lem9@users.sourceforge.net>
  3460.     * libraries/transformations/text_plain__external.inc.php:
  3461.       security fix: no longer use the shell to execute external program
  3462.     * Documentation.html: mention the new need of PHP >= 4.3.0 to run
  3463.       external programs
  3464.  
  3465. 2004-12-09 Marc Delisle  <lem9@users.sourceforge.net>
  3466.     * tbl_row_delete.php, libraries/display_tbl.lib.php:
  3467.       cannot drop or export multiple rows under IE6
  3468.  
  3469. 2004-12-07 Marc Delisle  <lem9@users.sourceforge.net>
  3470.     * read_dump.php: security fix on $sql_localfile
  3471.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  3472.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  3473.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  3474.  
  3475. 2004-12-01 Marc Delisle  <lem9@users.sourceforge.net>
  3476.     * db_details_structure.php, lang/*: added hint strApproximateCount referring
  3477.       to FAQ 3.11 (bug #1075658)
  3478.  
  3479. 2004-11-30 Marc Delisle  <lem9@users.sourceforge.net>
  3480.     * libraries/auth/cookie.auth.lib.php: Avoid displaying the
  3481.       "No activity" message if more than 4 times the LoginCookieValidity
  3482.       timeout has passed: no need to alert users the next morning
  3483.       (for example) that they have been inactive.
  3484.  
  3485. 2004-11-25 Marc Delisle  <lem9@users.sourceforge.net>
  3486.     * libraries/auth/cookie.auth.lib.php, lang/*: "No activity" message
  3487.       to explain to users why they have to relogin
  3488.  
  3489. 2004-11-25 Michal ─îiha┼Ö  <michal@cihar.com>
  3490.     * libraries/mcrypt.lib.php: Trim result, because it can be paded with \0s.
  3491.  
  3492. 2004-11-24 Marc Delisle  <lem9@users.sourceforge.net>
  3493.     * libraries/mcrypt.lib.php, /libraries/blowfish.php,
  3494.       libraries/auth/cookie.auth.lib.php: support of mcrypt
  3495.       library (blowfish) for speed improvement in auth_type cookie
  3496.  
  3497. 2004-11-23 Marc Delisle  <lem9@users.sourceforge.net>
  3498.     * user_password.php: wrong generated cookie name
  3499.  
  3500. 2004-11-21 Marc Delisle  <lem9@users.sourceforge.net>
  3501.     * server_privileges.php: bug #1067626, column privileges while copying user
  3502.     * libraries/common.lib.php: bug #1070197, not connecting if using
  3503.       a non-standard HTTP port (bug introduced in 2.6.0-pl3)
  3504.  
  3505. 2004-11-19 Garvin Hicking <pma@supergarv.de>
  3506.     * libraries/bookmark.lib.php, left.php:
  3507.       Massively speed up table display for left frame, if
  3508.       PMA infrastructure is used. Use native PHP function
  3509.       for indenting.
  3510.     * libraries/mysql_charsets.lib.php: Use a static
  3511.       array cache to speed up returning the same collation
  3512.       information.
  3513.  
  3514. 2004-11-19 Marc Delisle  <lem9@users.sourceforge.net>
  3515.     * libraries/display_tbl.lib.php: we have the PMA_get_indexes() function,
  3516.       let's use it!
  3517.     * tbl_indexes.php: bug #1068994, undefined variable
  3518.     * libraries/dbg/profiling.php: bug #1068318, call-time pass-by-reference
  3519.  
  3520. 2004-11-16 Michal ─îiha┼Ö  <michal@cihar.com>
  3521.     * left.php: Possible undefined index (bug #1067199).
  3522.     * Documentation.html: Warn about Excel export problems in documentation
  3523.       (bug #1063082).
  3524.  
  3525. 2004-11-14 Marc Delisle  <lem9@users.sourceforge.net>
  3526.     * tbl_relation.php: bug #1050437, intercept constraint failure
  3527.       and do not offer to add an InnoDB foreign key if the field
  3528.       does not have a key
  3529.  
  3530. 2004-11-13 Marc Delisle  <lem9@users.sourceforge.net>
  3531.     * server_privileges.php: bug #1056706: table specific privs for a db containing an escaped wildcard character
  3532.     * libraries/display_tbl.lib.php: bug #1065688: display the Full text link
  3533.       on the results for PROCEDURE ANALYSE
  3534.  
  3535. 2004-11-11 Michal ─îiha┼Ö  <michal@cihar.com>
  3536.     * tbl_properties_operations.php: Allow InnoDB text to be included in user
  3537.       comment.
  3538.  
  3539. 2004-11-09 Michal ─îiha┼Ö  <michal@cihar.com>
  3540.     * browse_foreigners.php, server_binlog.php: Truncate text according to
  3541.       text length and not byte count.
  3542.  
  3543. 2004-11-07 Alexander M. Turek  <me@derrabus.de>
  3544.     * Documentation.html, README: Updated credits.
  3545.  
  3546. 2004-11-07 Marc Delisle  <lem9@users.sourceforge.net>
  3547.     * mult_submits.inc.php: bug #1054720, multi-row delete
  3548.  
  3549. 2004-11-06 Michael Keck  <mkkeck@users.sourceforge.net>
  3550.     * queryframe.php: bug #1046434 (Light mode does not work)
  3551.  
  3552. 2004-11-06 Marc Delisle  <lem9@users.sourceforge.net>
  3553.     * libraries/common.lib.php: put sanitize logic in PMA_sanitize()
  3554.     * sql.php: sanitize confirm page
  3555.     * db_details_structure.php: bug #1049553, undefined $db_collation
  3556.  
  3557. 2004-11-05 Marc Delisle  <lem9@users.sourceforge.net>
  3558.     * Documentation.html: new controluser behavior starting from MySQL 4.1.2
  3559.  
  3560. 2004-11-04 Marc Delisle  <lem9@users.sourceforge.net>
  3561.     * libraries/common.lib.php, tbl_replace.php, sql.php, read_dump.php,
  3562.       server_privileges.php: now PMA_showMessage() sanitizes the message
  3563.       to defeat XSS attacks. Calling scripts use special tags like
  3564.       [br], [i], [/i], [b], [/b] in the message.
  3565.     * main.php: bug #1058692, call-time pass-by-reference error
  3566.     * sql.php, libraries/sqlparser.lib.php: bug #1054590, handling of OFFSET
  3567.  
  3568. 2004-11-10 Garvin Hicking
  3569.     * config.inc.php: Reverted commenting out of QueryWindowWidth/Height
  3570.       settings. Those can be overriden by a themes layout.inc.php,
  3571.       but not neccessarily so.
  3572.  
  3573. 2004-11-03 Michal ─îiha┼Ö  <michal@cihar.com>
  3574.     * libraries/common.lib.php: More robust PmaAbsoluteUri detection.
  3575.     * libraries/sqlparser.lib.php: Escape html special chars in parser bugs.
  3576.     * libraries/common.lib.php: HTTP_HOST might be unset (bug #1053310).
  3577.  
  3578. 2004-11-02 Michal ─îiha┼Ö  <michal@cihar.com>
  3579.     * tbl_indexes.php: Fix index editing.
  3580.     * sql.php: Decode table name.
  3581.     * lang/czech: Updated.
  3582.  
  3583. 2004-11-09 Garvin Hicking
  3584.     * libraries/display_tbl.lib.php, libraries/common.lib.php,
  3585.       browse_foreigners.php: RFE #925817 - Abstracted page selector to
  3586.       its own function, now create sloped pagination to easily jump
  3587.       to any wanted page.
  3588.     * read_dump.php: RFE #1053039, show filename of uploaded SQL file
  3589.     * sql.php, tbl_indexes.php, libraries/tbl_indexes.lib.php,
  3590.       lang/*: Added checks for common problems with table indices.
  3591.       Serves as a stub for future checks, currently implemented are
  3592.       the ones mentioned in RFE #1044677. The check can be performed
  3593.       on multiple tables by using "check table" on selected tables in
  3594.       DB structure.
  3595.  
  3596. 2004-11-02 Marc Delisle  <lem9@users.sourceforge.net>
  3597.     * server_privileges.php: MySQL 4.1.x compatibility for list of initials
  3598.  
  3599. 2004-11-01 Marc Delisle  <lem9@users.sourceforge.net>
  3600.     * main.php: for MySQL 4.1.2+ a non-privileged user can do
  3601.       a simple SHOW GRANTS to fetch current privileges, so we no longer
  3602.       need the control user for this check
  3603.  
  3604. 2004-11-01 Michal ─îiha┼Ö  <michal@cihar.com>
  3605.     * libraries/common.lib.php: Comparsion is == and not = (bug #1054758).
  3606.  
  3607. 2004-10-29 Marc Delisle  <lem9@users.sourceforge.net>
  3608.     * server_privileges.php (top index): MySQLi compatibility,
  3609.       use PMA_convert_using() in case of non-latin1 user table,
  3610.       and fix bug #1054467 (in case of BINARY User field)
  3611.     * header.inc.php: bug #1053310, undefined index under OmniSecure server
  3612.     * tbl_relation.php: bug #1050424, not positionned on current db
  3613.     * tbl_alter.php: bug #1054756, duplicate top menu
  3614.     * lang/english: bug #1056724, typo
  3615.  
  3616. 2004-10-28 Alexander M. Turek  <me@derrabus.de>
  3617.     * user_password.php, lang/*.inc.php: Allow usage of old password hashing
  3618.       function.
  3619.  
  3620. 2004-10-27 Alexander M. Turek  <me@derrabus.de>
  3621.     * config.inc.php, libraries/config_import.lib.php,
  3622.       libraries/sqlparser.data.php: Added function OLD_PASSWORD().
  3623.  
  3624. 2004-10-26 Alexander M. Turek  <me@derrabus.de>
  3625.     * libraries/sqlparser.data.php: Added OFFSET.
  3626.  
  3627. 2004-10-25 Michal ─îiha┼Ö  <michal@cihar.com>
  3628.     * libraries/common.lib.php: Fix URI detection in case REQUEST_URI contains
  3629.       full URI (patch #1044123).
  3630.     * tbl_properties_structure.php, libraries/display_tbl.lib.php: Fix typo
  3631.       that broke multi submits for MSIE (bug #1052674).
  3632.  
  3633. 2004-10-24 Michael Keck <mkkeck@users.sourceforge.net>
  3634.     * config.inc.php, themes/*/layout.inc.php:
  3635.       bug #1050666 - Query window too small darkblue/orange theme
  3636.  
  3637. 2004-10-23 Marc Delisle  <lem9@users.sourceforge.net>
  3638.     * server_privileges.php: top index for user initials
  3639.  
  3640. 2004-10-22 Alexander M. Turek
  3641.     * lang/english-*.inc.php: Grammar fix.
  3642.  
  3643. 2004-10-22 Michal ─îiha┼Ö  <michal@cihar.com>
  3644.     * db_details_structure.php: Use "Structure" instead of "Properties" for
  3645.       link to table structure.
  3646.     * db_operations.php, lang/*: We switch to database here. not table.
  3647.     * lang/*: strProperties is not used anywhere now.
  3648.     * config.inc.php: Mention db_operations.php possibility.
  3649.     * libraries/transformations/text_plain__external.inc.php: Unless admin
  3650.       specifies there programs to use, it does nothing now.
  3651.  
  3652. 2004-10-21 Marc Delisle  <lem9@users.sourceforge.net>
  3653.     * tbl_query_box.php: bug 1050691, missing parameters
  3654.  
  3655. 2004-10-21 Michael Keck <mkkeck@users.sourceforge.net>
  3656.     * libraries/common.lib.php: feature request #1036254
  3657.       Add a link by MySQL-Error #1062 - Duplicate entry
  3658.  
  3659. 2004-10-21 Michal ─îiha┼Ö  <michal@cihar.com>
  3660.     * [too many files to mention]: Cleanup of message displaying and
  3661.       navigation reloading. Messages are now displayed bellow tabs (RFE
  3662.       #1005511), navigation is reloaded once in header (I'm not sure whether I
  3663.       choose correct version of reload code, we have several diferent, but it
  3664.       seems to work well).
  3665.     * tbl_properties_structure.php, libraries/common.lib.php,
  3666.       libraries/display_tbl.lib.php: New function PMA_buttonOrImage to display
  3667.       button or image to submit form and not to duplicate code on all places.
  3668.     * tbl_addfield.php: Display tabs.
  3669.     * mult_submits.inc.php, tbl_properties_structure.php: Allow index creating
  3670.       on multiple fields (RFE #990136).
  3671.     * db_operations.php: Duplicate create new table dialog (see RFE #808029).
  3672.     * main.php: Don't display server choice here, if also in left frame (RFE
  3673.       #984153).
  3674.     * libraries/common.lib.php: Fix navigation reloading.
  3675.     * server_databases.php: Show box for creating database here (RFE #869814).
  3676.  
  3677. 2004-10-20 Marc Delisle  <lem9@users.sourceforge.net>
  3678.     * libraries/common.lib.php: there was already a tip icon in our collection,
  3679.       thanks to Michael Keck
  3680.  
  3681. 2004-10-20 Michal ─îiha┼Ö  <michal@cihar.com>
  3682.     * lang/czech: Update.
  3683.     * tbl_relation.php: Backquote table name (bug #1050441).
  3684.     * db_details_qbe.php: Backquote table name.
  3685.     * libraries/display_tbl.lib.php: Comments now work for multi table selects
  3686.       (bug #789647).
  3687.     * server_processlist.php: Display executed SQL.
  3688.     * main.php, server_common.inc.php, server_links.inc.php,
  3689.       server_binlog.php, lang/*: Added support for displaying bin logs (RFE
  3690.       #1011770).
  3691.     * Documentation.html, config.inc.php, libraries/common.lib.php,
  3692.       libraries/config_import.lib.php, libraries/auth/config.auth.lib.php,
  3693.       libraries/auth/cookie.auth.lib.php: Allow simple blocking of root login
  3694.       (RFE #1012971), show just Access denied in case we denied it.
  3695.     * db_operations.php, db_details_links.php, db_details_structure.php:
  3696.       Separate operations from structure (RFE #808029).
  3697.     * tbl_move_copy.php: Remove unused PMA_myHandler().
  3698.     * lang/*, libraries/tbl_move_copy.php, libraries/export/sql.php,
  3699.       db_operations.php, tbl_move_copy.php: Implemented database copying (RFE
  3700.       #996730), this forced separating code for copying tables.
  3701.  
  3702. 2004-10-19 Marc Delisle  <lem9@users.sourceforge.net>
  3703.     * libraries/database_interface.lib.php: bug #1041667, correctly
  3704.       check the server version instead of the client API version
  3705.     * tbl_change.php, libraries/common.lib.php, lang/*: new function
  3706.       PMA_showHint($message), new $strUseTabKey,
  3707.       new light bulb image (temporary)
  3708.     * server_privileges.php: bug #916117, PMA_showHint($strEscapeWildcards)
  3709.  
  3710. 2004-10-19 Michal ─îiha┼Ö  <michal@cihar.com>
  3711.     * export.php: Use just \n for SQL exports (bug #1042521).
  3712.     * libraries/read_dump.lib.php: Set correct return value (bug #1048861).
  3713.     * sql.php: Fix undefined index.
  3714.     * libraries/sqlparser.lib.php: Return raw query in case of error (bug
  3715.       #1048826).
  3716.     * main.php, queryframe.php: Handle correctly situation with no default
  3717.       server (bug #1049107).
  3718.     * tbl_create.php, libraries/common.lib.php: 0 as field name causes
  3719.       problems (bug #1042235).
  3720.     * read_dump.php, server_privileges.php, server_status.php, sql.php: Work
  3721.       better in ANSI mode (bug #816858).
  3722.     * lang/czech: Reordered some words.
  3723.     * libraries/select_server.lib.php: Clickable active server in left frame
  3724.       (RFE # 1044678).
  3725.     * db_details_structure.php, tbl_move_copy.php, libraries/common.lib.php:
  3726.       Fix left frame reloading after dropping table (bug #1034531).
  3727.     * config.inc.php, libraries/config_import.lib.php: Offer UNIX_TIMESTAMP
  3728.       also for numeric fields.
  3729.     * tbl_replace.php: UNIX_TIMESTAMP can take optional parameter (bug
  3730.       #1039193).
  3731.     * server_privileges.php: Make non-js checkall work also for adding new
  3732.       user (bug #1028055).
  3733.     * libraries/zip.lib.php: Drop unneed part of header which causes troubles
  3734.       to some programs (bug #1037737).
  3735.     * index.php: Add frame spacing (RFE #1036013).
  3736.     * libraries/db_table_exists.lib.php: Allow work on temporary tables (bug
  3737.       #864984).
  3738.  
  3739. 2004-10-17 Marc Delisle  <lem9@users.sourceforge.net>
  3740.     * lang/turkish update, thanks to boralioglu.
  3741.     * lang/estonian: Update thanks to Alvar Soome - finsoft.
  3742.  
  3743. 2004-10-16 Marc Delisle  <lem9@users.sourceforge.net>
  3744.     * libraries/dbi/mysqli.dbi.lib.php: support for compressed protocol
  3745.       and CLIENT_LOCAL_FILES in mysqli
  3746.  
  3747. 2004-10-15 Marc Delisle  <lem9@users.sourceforge.net>
  3748.     * pdf_schema.php: new way to define font path,
  3749.       needed with the new fpdf library; also now output inline,
  3750.       I find it faster this way, please tell me if you prefer
  3751.       the old dialog method and why.
  3752.     * tbl_change.php: bug #1038401, tabbing from value to value
  3753.     * sql.php: detect this case:
  3754.       SELECT DISTINCT x AS foo, y AS bar FROM sometable
  3755.       and count rows correctly (in MySQL 3),
  3756.       thanks to Matthias Pigulla (mp@webfactory.de)
  3757.     * server_privileges.php: cosmetic: title for Edit privileges
  3758.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  3759.     * lang/italian: Updates, thanks to Pietro Danesi
  3760.     * lang/norwegian: Update, thanks to Sven-Erik Andersen
  3761.  
  3762. 2004-10-13 Michal ─îiha┼Ö  <michal@cihar.com>
  3763.     * libraries/fpdf/fpdf.php: Updated to 1.52.
  3764.  
  3765. 2004-10-13 Alexander M. Turek  <me@derrabus.de>
  3766.     * Documentation.html: Mike Beck's e-mail address has changed.
  3767.  
  3768. 2004-10-13 Michal ─îiha┼Ö  <michal@cihar.com>
  3769.     * lang/sync_lang.sh: Do not overwrite utf-8 files in some cases.
  3770.     * lang/czech: Fix some translations.
  3771.     * libraries/transformations/text_plain__external.inc.php: Handle better
  3772.       backslash.
  3773.     * themes/*/img/*.gif: Remove unused gif images.
  3774.  
  3775. 2004-10-12 Alexander M. Turek  <me@derrabus.de>
  3776.     * db_search.php, tbl_select.php, libraries/database_interface.lib.php:
  3777.       - bug #1033388 (Illegal mix of collations for converted strings),
  3778.       - don't convert if column charset and connection charset match.
  3779.     * main.php, libraries/select_lang.lib.php,
  3780.       libraries/auth/cookie.auth.lib.php: Automatically select Traditional
  3781.       Chinese for users with a Hong Kong locale (zh-hk), as discussed in the
  3782.       translations tracker (#1036528).
  3783.     * lang/sync_lang.sh: Base charset for German is now UTF-8.
  3784.     * lang/german-*.inc.php: Updates.
  3785.  
  3786. 2004-10-12 Michal ─îiha┼Ö  <michal@cihar.com>
  3787.     * sql.php: Don't try to require sql.php with parameters, rather redirect
  3788.       to it.
  3789.     * libraries/transformations.lib.php: Strip slashes to behave like
  3790.       documentation says.
  3791.     * libraries/transformations/text_plain__external.inc.php: Escape special
  3792.       shell chars to avoid their interpretation (bug #1044864).
  3793.  
  3794. 2004-10-11 Marc Delisle  <lem9@users.sourceforge.net>
  3795.     * Documentation.html: typos and XHTML validity, thanks to Cedric Corazza
  3796.     * libraries/export/sql.php: bug #1039639: under mysqli, some field types
  3797.       were wrongly exported as binary
  3798.     * libraries/sqlparser.lib.php, /display_tbl.lib.php: bug #967610, double
  3799.       column sort with JOIN
  3800.  
  3801. 2004-10-11 Michal ─îiha┼Ö  <michal@cihar.com>
  3802.     * tbl_query_box.php: Don't try to replace %t and %f when table name is empty.
  3803.     * libraries/export/sql.php: Convert end of line chars we get from MySQL
  3804.       (bug #1042521).
  3805.  
  3806. 2004-10-08 Garvin Hicking <pma@supergarv.de>
  3807.     * lots of files: Adjusted superfluous spaces, added
  3808.       more CSS-ID attributes for better themeability.
  3809.  
  3810. 2004-10-04 Michal ─îiha┼Ö  <michal@cihar.com>
  3811.     * tbl_query_box.php: Reenabled %f substitution.
  3812.  
  3813. 2004-10-02 Marc Delisle  <lem9@users.sourceforge.net>
  3814.     * tbl_alter.php: field structure changes not applied (CVS version only)
  3815.     * export.php: bug #1038804, insufficient space to save
  3816.  
  3817. 2004-09-30 Marc Delisle  <lem9@users.sourceforge.net>
  3818.     * tbl_addfield.php: bug #1037744 (CVS version only): cannot add a field
  3819.     * tbl_create.php: cannot create a new table (CVS version only)
  3820.  
  3821. 2004-09-29 Marc Delisle  <lem9@users.sourceforge.net>
  3822.     * sql.php, libraries/common.lib.php: bug #1036678, incorrect appending
  3823.       of LIMIT to queries, and bug #1037004, UPDATE statement not showing
  3824.     * tbl_properties_operations.php: bug #1035524, cannot add comments to table
  3825.  
  3826. 2004-09-29 Michal ─îiha┼Ö  <michal@cihar.com>
  3827.     * tbl_addfield.php, tbl_create.php, tbl_properties.inc.php, lang/*: Better
  3828.       wording when adding fields (bug #991096).
  3829.     * tbl_query_box.php, lang/*: Not translated text (bug #1010656).
  3830.     * themes.php, lang/*: Not translated text (bug #1016610).
  3831.     * tbl_properties_structure.php: Use also $strAddFields (as suggested by
  3832.       Marc).
  3833.  
  3834. 2004-09-28 Alexander M. Turek  <me@derrabus.de>
  3835.     * libraries/dbi/mysql.dbi.lib.php: Compatibility fix for php < 4.3
  3836.       (bug #1033360), thanks to Claude Theroux.
  3837.     * lang/chinese_traditional-*.inc.php: Updates, thanks to Siu Sun.
  3838.     * lang/dutch-*.inc.php: Updates, thanks to Ivo Teel.
  3839.     * lang/persian-*.inc.php: Added missing $timespanfmt variable.
  3840.  
  3841. 2004-09-27 Marc Delisle  <lem9@users.sourceforge.net>
  3842.     ### 2.6.0 released
  3843.  
  3844. 2004-09-26 Marc Delisle  <lem9@users.sourceforge.net>
  3845.     * read_dump.php: improvements in detection and reload
  3846.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  3847.  
  3848. 2004-09-25 Marc Delisle  <lem9@users.sourceforge.net>
  3849.     * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
  3850.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  3851.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  3852.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  3853.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  3854.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  3855.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  3856.  
  3857. 2004-09-24 Marc Delisle  <lem9@users.sourceforge.net>
  3858.     * sql.php: following the fix for bug #978930, the added LIMIT was
  3859.       not displayed anymore
  3860.     * read_dump.php: bug #1033133, left frame not reloaded after dump read
  3861.     * db_datadict.php: bug #1034299, error in SHOW KEYS for data dict
  3862.     * read_dump.php: bug #1034216 open_basedir and file upload,
  3863.       thanks to Dominique Rousseau - domi
  3864.  
  3865. 2004-09-24 Michal ─îiha┼Ö  <michal@cihar.com>
  3866.     * libraries/export/sql.php: Fixed export of '0' string (bug #1033869).
  3867.  
  3868. 2004-09-23 Marc Delisle  <lem9@users.sourceforge.net>
  3869.     * all themes: item_ltr.png and item_rtl.png: new solid arrow
  3870.       that looks better, thanks to Efim Shuvikov
  3871.  
  3872. 2004-09-23 Michal ─îiha┼Ö  <michal@cihar.com>
  3873.     * themes.php, css/phpmyadmin.css.php, libraries/common.lib.php: Do not
  3874.       prepend $cfg['ThemePath'] with another './'.
  3875.  
  3876. 2004-09-22 Alexander M. Turek  <me@derrabus.de>
  3877.     * config.inc.php, libraries/config_import.lib.php: Added "./" to the
  3878.       default value of $cfg['ThemePath']. Thanks to Donny Simonton for
  3879.       pointing this out.
  3880.     * lang/chinese_simplified-*.inc.php: Updates, thanks to Simon (simon2san).
  3881.     * lang/italian-*.inc.php: Updates, thanks to Pietro Danesi and "Vincenzo".
  3882.     * lang/persian-*.inc.php: Updates, thanks to Parham Ghaffarian.
  3883.  
  3884. 2004-09-22 Marc Delisle  <lem9@users.sourceforge.net>
  3885.     * tbl_query_box.php, read_dump.php: bug #1032066: when no db was
  3886.       selected from the left panel, the query window's Import Files had
  3887.       no submit button; also, read_dump always tried a PMA_select_db($db)
  3888.       even if $db was empty
  3889.  
  3890. 2004-09-22 Michal ─îiha┼Ö  <michal@cihar.com>
  3891.     * lang/czech: Update.
  3892.     * lang/sync_lang.sh: Default to iconv, as it doesn't break some
  3893.       translations as recode does.
  3894.     * lang/japanese-euc.inc.php: Don't allow recoding for this one.
  3895.  
  3896. 2004-09-22 Alexander M. Turek  <me@derrabus.de>
  3897.     * lang/turkish-*.inc.php: Update, thanks to boralioglu.
  3898.     * lang/sync_lang.sh: Switched turkish base charset to UTF-8.
  3899.  
  3900. 2004-09-21 Marc Delisle  <lem9@users.sourceforge.net>
  3901.     * libraries/dbi/mysql.dbi.lib.php: typo, thanks to Matthias Pigulla
  3902.     ### 2.6.0-rc3 released
  3903.  
  3904. 2004-09-21 Alexander M. Turek  <me@derrabus.de>
  3905.     * db_details.php, read_dump.php, tbl_query_box.php: Allow import of
  3906.       non-UTF-8 SQL dumps. Thanks to Marc for the initial patch.
  3907.       FIXME: The current solution breaks the display of the executed queries.
  3908.     * lang/*.inc.php, libraries/mysql_charsets.lib.php: Made
  3909.       PMA_getCollationDescr() recognize the new Persian collations that will be
  3910.       included in MySQL 4.1.5.
  3911.  
  3912. 2004-09-20 Marc Delisle  <lem9@users.sourceforge.net>
  3913.     * read_dump.php, libraries/read_dump.lib.php: bug #1030644,
  3914.       error importing when last table exported was empty
  3915.     * libraries/dbi/mysql.dbi.lib.php: tell the client library to use
  3916.       CLIENT_LOCAL_FILES (flag 128), thanks to Matthias Pigulla
  3917.  
  3918. 2004-09-20 Michal ─îiha┼Ö  <michal@cihar.com>
  3919.     * Documentation.html: Add info about theme generations.
  3920.  
  3921. 2004-09-19 Alexander M. Turek  <me@derrabus.de>
  3922.     * Documentation.html: Clarification.
  3923.  
  3924. 2004-09-19 Marc Delisle  <lem9@users.sourceforge.net>
  3925.     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
  3926.  
  3927. 2004-09-18 Marc Delisle  <lem9@users.sourceforge.net>
  3928.     * lang/russian updated, thanks to "nobody"
  3929.     * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
  3930.  
  3931. 2004-09-16 Marc Delisle  <lem9@users.sourceforge.net>
  3932.     * config.inc.php, Documentation.html: clarifications about QueryFrame
  3933.     * queryframe.php: bug #1027321, drop-down databases list keeps focus,
  3934.       thanks to Michael Keck
  3935.  
  3936. 2004-09-16 Garvin Hicking <me@supergarv.de>
  3937.     * libraries/display_export.lib.php: Bug #1010752 - Remove space
  3938.       before <label> to be consistent throughout the panel.
  3939.  
  3940. 2004-09-15 Garvin Hicking <me@supergarv.de>
  3941.     * browse_foreigners.php, libraries/functions.js, tbl_select.php:
  3942.       Fixed foreign key browser window to also work from within
  3943.       Search-subpanel.
  3944.  
  3945. 2004-09-14 Marc Delisle  <lem9@users.sourceforge.net>
  3946.     * server_privileges.php: stay on the form when passwords don't match
  3947.       (after the js alert)
  3948.     * left.php: bug #1006514, top left frame does not load in Safari 1.2.3,
  3949.       workaround thanks to Ryan Schmidt
  3950.  
  3951. 2004-09-14 Michal ─îiha┼Ö  <michal@cihar.com>
  3952.     * themes.php, libraries/common.lib.php, libraries/defines.lib.php,
  3953.       libraries/select_theme.lib.php, themes/darkblue_orange/info.inc.php,
  3954.       themes/original/info.inc.php: Better theme version check (bug #1023029).
  3955.     * libraries/auth/cookie.auth.lib.php: Remember database when using cookie
  3956.       login (bug #1027873).
  3957.  
  3958. 2004-09-13 Garvin Hicking <me@supergarv.de>
  3959.     * browse_foreigners.php: bug #1027204 - paging did not
  3960.       work in foreigner browsing window.
  3961.  
  3962. 2004-09-12 Marc Delisle  <lem9@users.sourceforge.net>
  3963.     * sql.php: bug #988723, sql error when ordering by count( * )
  3964.  
  3965. 2004-09-11 Marc Delisle  <lem9@users.sourceforge.net>
  3966.     * lang/dutch: small update
  3967.     * lang/chinese_simplified: updated, thanks to Simon - simon2san
  3968.     * server_privileges.php: bug #1003238, cannot manipulate a username
  3969.       like "example@nothost" where the "@" is part of the username
  3970.  
  3971. 2004-09-10 Alexander M. Turek  <me@derrabus.de>
  3972.     * lang/german-*.inc.php: grammar.
  3973.  
  3974. 2004-09-09 Marc Delisle  <lem9@users.sourceforge.net>
  3975.     * Documentation.html: bug #1022338: clarify about needed chown -R
  3976.       on the scripts (otherwise, problems in PHP safe mode)
  3977.     * tbl_change.php: bug #1024434, undefined sql_query when clicking
  3978.       on Insert tab from the Insert textfile sub-page
  3979.  
  3980. 2004-09-07 Marc Delisle  <lem9@users.sourceforge.net>
  3981.     * main.php: bug #992211, wrong parameters to
  3982.       PMA_generate_common_hidden_inputs(), thanks to Ryan Schmidt
  3983.  
  3984. 2004-09-07 Michal ─îiha┼Ö  <michal@cihar.com>
  3985.     * calendar.php: Minimal common.lib.php doesn't fix absolute path, so use
  3986.       full one (bug #1023444).
  3987.  
  3988. 2004-09-07 Alexander M. Turek  <me@derrabus.de>
  3989.     * main.php: Typo.
  3990.     * libraries/sqlparser.data.php: Added keyword "SESSION".
  3991.  
  3992. 2004-09-06 Marc Delisle  <lem9@users.sourceforge.net>
  3993.     ### 2.6.0-rc2 released
  3994.  
  3995. 2004-09-05 Marc Delisle  <lem9@users.sourceforge.net>
  3996.     * ldi_table.php: bug #1010652, wrong label,
  3997.       thanks to Ryan Schmidt - ryandesign for the patch
  3998.  
  3999. 2004-09-05 Alexander M. Turek  <me@derrabus.de>
  4000.     * libraries/sqlparser.data.php: Parser support for SHOW STORAGE ENGINES and
  4001.       SHOW TABLE TYPES.
  4002.     * tbl_create.php: Use default tab.
  4003.     * tbl_properties.inc.php: Don't offer the BINARY field attribute in
  4004.       MySQL 4.1.
  4005.     * main.php: Check the privileges of the anonymous user, too.
  4006.  
  4007. 2004-09-05 Michal ─îiha┼Ö  <michal@cihar.com>
  4008.     * Documentation.html: Add information about theme versions and names.
  4009.  
  4010. 2004-09-04 Alexander M. Turek  <me@derrabus.de>
  4011.     * tbl_select.php: No quotes were added when querying (VAR)BINARY fields.
  4012.     * db_search.php, tbl_select.php: Made search independant from the
  4013.       connection charset.
  4014.  
  4015. 2004-09-04 Marc Delisle  <lem9@users.sourceforge.net>
  4016.     * sql.php: bug #899430: left frame problem when lower_case_table_names==2
  4017.     * libraries/database_interface.lib.php: bug #1009791: now remove non-UTF-8
  4018.       choices from the drop-down (in main) for MySQL 4.1.x
  4019.     * Documentation.html: added some missing variables and new FAQ 2.7
  4020.       about using and creating themes
  4021.  
  4022. 2004-09-03 Marc Delisle  <lem9@users.sourceforge.net>
  4023.     * main.php, server_privileges.php, libraries/common.lib.php:
  4024.       replace charset introducers by CONVERT USING,
  4025.       to support servers where the mysql.* tables are not in latin1
  4026.     * libraries/database_interface.lib.php: do not add BINARY and VARBINARY
  4027.       twice in the drop-down list of field types
  4028.  
  4029. 2004-09-03 Alexander M. Turek  <me@derrabus.de>
  4030.     * Documentation.html: Typos; added a note about the deprecated MySQL
  4031.       versions 4.1.0 and 4.1.1.
  4032.  
  4033. 2004-09-03 Michal ─îiha┼Ö  <michal@cihar.com>
  4034.     * libraries/string.lib.php: Encoding tis-620 is not multibyte (bug
  4035.       #1013787).
  4036.     * libraries/display_export.lib.php: Updated texts to fit Excel 2003
  4037.       behaviour (bug #1018457).
  4038.     * main.php, themes.php: Escape theme names (bug #1016608).
  4039.     * lang/hebrew-utf-8.inc.php, lang/sync_lang.sh,
  4040.       libraries/select_lang.lib.php: Hebrew now also has utf-8 version.
  4041.  
  4042. 2004-09-01 Marc Delisle  <lem9@users.sourceforge.net>
  4043.     * libraries/auth/cookie.auth.lib.php: bug #939531: when people upgrade
  4044.       phpMyAdmin on the same directory, the previous cookie pma_cookie_username
  4045.       was used but produced an Undefined offset in blowfish.php, because
  4046.       on previous PMA versions it was not encoded the same way. Now this old
  4047.       cookie is not used. Users have to reenter their username (not a big
  4048.       impact IMO)
  4049.  
  4050. 2004-09-01 Michal ─îiha┼Ö  <michal@cihar.com>
  4051.     * libraries/export/sql.php: Fix empty BLOB export (bug #1020052).
  4052.  
  4053. 2004-08-29 Marc Delisle  <lem9@users.sourceforge.net>
  4054.     * server_privileges.php: bug #1007870, illegal mix of collations
  4055.       for operation UNION
  4056.  
  4057. 2004-08-28 Marc Delisle  <lem9@users.sourceforge.net>
  4058.     * tbl_properties_structure.php, tbl_properties.inc.php,
  4059.       libraries/sqlparser.data.php, /database_interface.lib.php:
  4060.       support for VARBINARY and BINARY field types
  4061.  
  4062. 2004-08-27 Marc Delisle  <lem9@users.sourceforge.net>
  4063.     * tbl_relation.php, libraries/display_tbl.lib.php: bug #1016997,
  4064.       wrong db name generated in SHOW KEYS
  4065.  
  4066. 2004-08-26 Marc Delisle  <lem9@users.sourceforge.net>
  4067.     * index.php, libraries/common.lib.php: bug #1006011: now we save
  4068.       the chosen connection collation into a cookie
  4069.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  4070.     * lang/hebrew, turkish: bug 1016609: <br> tags
  4071.  
  4072. 2004-08-25 Michal ─îiha┼Ö  <michal@cihar.com>
  4073.     * main.php: Don't show port after verbose name (bug #1013401).
  4074.  
  4075. 2004-08-23 Michal ─îiha┼Ö  <michal@cihar.com>
  4076.     * scripts/create-release.sh: Support for snapshots outside sourceforge.
  4077.     * libraries/export/sql.php: Fix exporting of TIMESTAMP (bug #1013730).
  4078.  
  4079. 2004-08-22 Michal ─îiha┼Ö  <michal@cihar.com>
  4080.     * sql.php: Don't unset $sql_limit_to_append, we need it later (bug
  4081.       #978930, found by Marc).
  4082.  
  4083. 2004-08-22 Marc Delisle  <lem9@users.sourceforge.net>
  4084.     * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
  4085.     * lang/estonian: Update thanks to Alvar Soome - finsoft.
  4086.     * lang/chinese_simplified: updated, thanks to Simon - simon2san
  4087.     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
  4088.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  4089.     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
  4090.  
  4091. 2004-08-21 Marc Delisle  <lem9@users.sourceforge.net>
  4092.     * themes/darkblue_orange/img/logo_left.php: transparent version,
  4093.       thanks to Michael Keck
  4094.     * db_datadict.php, tbl_printview.php, transformation_wrapper.php:
  4095.       commands out of sync
  4096.     * tbl_indexes.php: optimize: remove unneeded row count
  4097.     * libraries/display_tbl.lib.php: foreign key tooltip not displaying
  4098.       in mysqli
  4099.     * tbl_replace.php: could not upload a binary field in mysqli
  4100.     * libraries/transformations.lib.php: could not change MIME type, etc
  4101.       in mysqli
  4102.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  4103.  
  4104. 2004-08-19 Marc Delisle  <lem9@users.sourceforge.net>
  4105.     * lang/*: bug 1009667: do not spell Ms Excel but MS Excel
  4106.  
  4107. 2004-08-19 Michal ─îiha┼Ö  <michal@cihar.com>
  4108.     * read_dump.php: Fixed one case of reload detection (I forgot to update
  4109.       second regexp on 2004-08-16) (bug #1011479).
  4110.  
  4111. 2004-08-17 Michal ─îiha┼Ö  <michal@cihar.com>
  4112.     * sql.php: Work with $display_query only if set (Marc spotted this out).
  4113.     * libraries/display_export.lib.php: No options text should not be bold red
  4114.       (bug #1010759).
  4115.  
  4116. 2004-08-17 Marc Delisle  <lem9@users.sourceforge.net>
  4117.     * tbl_select.php, config.inc.php, libraries/config_import.lib.php,
  4118.       libraries/common.lib.php: bug #983735: move search operators to
  4119.       config file, and set "LIKE" as default operator instead of "LIKE %...%",
  4120.       for performance reasons
  4121.  
  4122. 2004-08-16 Alexander M. Turek  <me@derrabus.de>
  4123.     * libraries/relation.lib.php: Fixed some collation problems with the
  4124.       relational tables (bug #995359).
  4125.  
  4126. 2004-08-16 Marc Delisle  <lem9@users.sourceforge.net>
  4127.     * all .../theme_right_css.php: bug #1009661, typo,
  4128.       thanks to Ryan Schmidt (ryandesign)
  4129.  
  4130. 2004-08-16 Michal ─îiha┼Ö  <michal@cihar.com>
  4131.     * read_dump.php: Fix handling of comments -- and # (bug #1009494).
  4132.     * libraries/relation.lib.php: Fix typo, CONVERT is for MySQL >= 4.1 and
  4133.       not for MySQL >= 4.0.
  4134.     * sql.php, libraries/common.lib.php: Better appending of LIMIT (bug
  4135.       #978930).
  4136.  
  4137. 2004-08-15 Marc Delisle  <lem9@users.sourceforge.net>
  4138.     (Patches from Michael Keck)
  4139.     * left.php, queryframe.php, themes.php: bug #1005479: was using
  4140.       a hardcoded charset
  4141.     * themes/.../themes_left.css, /themes_right.css: new style for
  4142.       better vertical alignment
  4143.  
  4144. 2004-08-13 Michal ─îiha┼Ö  <michal@cihar.com>
  4145.     * libraries/read_dump.lib.php: Fix possible undefined index (bug
  4146.       #1008232).
  4147.     * scripts/create-release.sh: Rename config.default to config.default.php.
  4148.  
  4149. 2004-08-12 Michal ─îiha┼Ö  <michal@cihar.com>
  4150.     * db_details_structure.php: Inconsistency of drop/empty links (bug
  4151.       #989705).
  4152.     * tbl_addfield.php, tbl_properties.inc.php, tbl_properties_structure.php:
  4153.       Change look of adding fields into table (bug #991095).
  4154.     * many files: I again did some XHTML validation, so removed few of most
  4155.       obvious errors, but there are still many, mostly missing alt attributtes
  4156.       for images and wrongly nested tags.
  4157.     * left.php, queryframe.php: Replace htmlentities with htmlspecialchars
  4158.       (bug #1008002).
  4159.     * libraries/config_import.lib.php: Remove compatibility code for colors.
  4160.     * lang/czech: Improved message.\
  4161.     * main.php, themes.php, libraries/common.lib.php,
  4162.       libraries/defines.lib.php, libraries/select_theme.lib.php,
  4163.       themes/darkblue_orange/info.inc.php, themes/original/info.inc.php:
  4164.       Implemeted versioning and naming for themes (RFEs #991642 and #991645).
  4165.     * left.php: Use always natsort and not natcasesort in one case, it caused
  4166.       inconsistency (bug #1008120).
  4167.  
  4168. 2004-08-11 Michal ─îiha┼Ö  <michal@cihar.com>
  4169.     * tbl_replace.php: Do not empty protected values (bug #1006812).
  4170.     * libraries/display_tbl.lib.php: Wrong parameters for PMA_DBI_free_result
  4171.       (bug #1007287).
  4172.     * tbl_indexes.php, libraries/display_tbl.lib.php: Fix grabing indexes with
  4173.       MYSQLI_USE_RESULT (bug #1007286).
  4174.  
  4175. 2004-08-10 Michal ─îiha┼Ö  <michal@cihar.com>
  4176.     * libraries/tbl_change.js: Forcibily use 10 as base for parsed numbers,
  4177.       otherwise accidentally octal numbers are expected (part of bug
  4178.       #1005865).
  4179.  
  4180. 2004-08-09 Marc Delisle  <lem9@users.sourceforge.net>
  4181.     * lang/turkish update, thanks to Bora Alioglu
  4182.     * libraries/get_foreign.lib.php: bug 1005826, problem with foreign key
  4183.       dropdowns, thanks to Joerg Klein (j0erch) for the fix
  4184.  
  4185. 2004-08-08 Marc Delisle  <lem9@users.sourceforge.net>
  4186.     * libraries/relation.lib.php:
  4187.         bug 1005414, undefined offset when no display field has been defined;
  4188.         bug 1004546, sort error in dropdown list of foreign values;
  4189.         incorrect result was freed
  4190.     * libraries/relation.lib.php: use natural order sort according to config
  4191.     * db_details_structure.php, pdf_pages.php, pdf_schema.php: make it work
  4192.       with mysqli extension
  4193.     * scripts/upgrade_tables_mysql_4_1_2+.sql: new script to upgrade pmadb
  4194.       on MySQL 4.1.2
  4195.     * libraries/bookmark.lib.php: bug (mysqli)
  4196.     * tbl_query_box.php: field list does not show (mysqli)
  4197.     * libraries/sqlparser.lib.php: cannot copy a table structure (MySQL 4.1.x)
  4198.     ### 2.6.0-rc1 released
  4199.  
  4200. 2004-08-08 Michal ─îiha┼Ö  <michal@cihar.com>
  4201.     * calendar.php: Include correct stylesheet (bug #1005421).
  4202.  
  4203. 2004-08-07 Marc Delisle  <lem9@users.sourceforge.net>
  4204.     * lang/turkish update, thanks to Bora Alioglu
  4205.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac)
  4206.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  4207.     * lang/dutch: bug 1000683, backslash typo
  4208.     * libraries/mysql_charsets.lib.php: bug 1005120, duplicated line
  4209.  
  4210. 2004-08-06 Marc Delisle  <lem9@users.sourceforge.net>
  4211.     * tbl_properties_operations.php: bug 1004523, now display table options
  4212.       according to the possibilities of the table types
  4213.  
  4214. 2004-08-06 Michal ─îiha┼Ö  <michal@cihar.com>
  4215.     * tbl_change.php: Do not free result, we need it later.
  4216.     * tbl_relation.php: Some functions do not take parameters (bug #1000021).
  4217.  
  4218. 2004-08-05 Marc Delisle  <lem9@users.sourceforge.net>
  4219.     (Patches from Michael Keck)
  4220.     * index.php: names and ids for framesets in the noscript section
  4221.     * updated themes screenshots
  4222.     * left.php: bug 998698, db dropdown refresh
  4223.     (me)
  4224.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  4225.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  4226.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  4227.  
  4228. 2004-08-03 Marc Delisle  <lem9@users.sourceforge.net>
  4229.     (Patches from Michael Keck)
  4230.     * libraries/display_tbl.lib.php: bug 993694, clicking on last record
  4231.       button reaches a page where the current page number is not the last one
  4232.     * main.php: - removed bug with hashform.hash
  4233.                 - removed id for input field 'new_database', because it may be
  4234.                   too large for the one lined create db form
  4235.                 - bug #980232 'Javascript error on index page'
  4236.     * db_details_common.php: removed bug with hashform.hash
  4237.     * index.php: - given names and ids for framesets, please see below 'queryframe.php'
  4238.     * queryframe.php - javascript function for dynamic resizing the rows
  4239.                        in the left frameset 'leftFrameset'.
  4240.                        (bugs: #993648, #989581, #988897)
  4241.  
  4242. 2004-08-02 Marc Delisle  <lem9@users.sourceforge.net>
  4243.     * libraries/database_interface.lib.php, /select_lang.lib.php:
  4244.       bug 968174: now, in MySQL 4.1.0+ we auto-switch the language to
  4245.       the corresponding -UTF-8 version (if it exists); also, now
  4246.       the default language is the non-UTF-8 one
  4247.  
  4248. 2004-08-02 Michal ─îiha┼Ö  <michal@cihar.com>
  4249.     * libraries/export/sql.php: Removed unused code.
  4250.  
  4251. 2004-08-01 Marc Delisle  <lem9@users.sourceforge.net>
  4252.     * tbl_change.php, libraries/relation.lib.php: bug 1001159, Commands
  4253.       out of sync on Insert
  4254.     * tbl_move_copy.php: bug 995098, cannot copy table data only
  4255.     * libraries/dbi/mysqli.dbi.lib.php: use faster AND comparison for flags,
  4256.       as suggested by Michal
  4257.     * libraries/export/sql.php: workaround for datetime export because
  4258.       mysqli under MySQL 4.1.3 reports a datetime as binary
  4259.  
  4260. 2004-07-31 Alexander M. Turek  <me@derrabus.de>
  4261.     * tbl_change.php, tbl_replace.php, libraries/relation.lib.php: Small
  4262.       optimizations, freed some results (thanks to Marc for the one in
  4263.       tbl_replace.php).
  4264.     * lang/sync_lang.sh: Updated sync script for the new names of the chinese
  4265.       language files.
  4266.  
  4267. 2004-07-30 Alexander M. Turek  <me@derrabus.de>
  4268.     * lang/chinese_*.inc.php, libraries/select_lang.lib.php: More consistant
  4269.       naming for the chinese language files.
  4270.  
  4271. 2004-07-30 Marc Delisle  <lem9@users.sourceforge.net>
  4272.     * lang/hungarian: updates, thanks to Peter Bakondy
  4273.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  4274.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  4275.  
  4276. 2004-07-29 Marc Delisle  <lem9@users.sourceforge.net>
  4277.     * libraries/sqlparser*.php: bug 965026, support of GROUP_CONCAT()
  4278.  
  4279. 2004-07-28 Michal ─îiha┼Ö  <michal@cihar.com>
  4280.     * tbl_properties_structure.php: Allow to create primary key when there was
  4281.       none before (bug #996246).
  4282.  
  4283. 2004-07-27 Marc Delisle  <lem9@users.sourceforge.net>
  4284.     * libraries/sqlparser*.php: bug 981343,
  4285.       cannot copy a table with a timestamp (MySQL 4.1.2)
  4286.  
  4287. 2004-07-25 Marc Delisle  <lem9@users.sourceforge.net>
  4288.     * main.php, libraries/common.lib.php: bug 997682:
  4289.       illegal mix of collations
  4290.     * server_privileges.php: same bug
  4291.       FIXME: check privileges for a db
  4292.  
  4293. 2004-07-23 Marc Delisle  <lem9@users.sourceforge.net>
  4294.     * Documentation.html: take into account the new script to
  4295.       create tables for the infrastructure
  4296.  
  4297. 2004-07-23 Alexander M. Turek  <me@derrabus.de>
  4298.     * config.inc.php, libraries/config_import.lib.php,
  4299.       libraries/select_lang.lib.php: Made phpMyAdmin aware that there is a
  4300.       charset called gbk.
  4301.  
  4302. 2004-07-20 Marc Delisle  <lem9@users.sourceforge.net>
  4303.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  4304.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  4305.  
  4306. 2004-07-20 Alexander M. Turek  <me@derrabus.de>
  4307.     * Documentation.html: added note about php5.
  4308.  
  4309. 2004-07-18 Marc Delisle  <lem9@users.sourceforge.net>
  4310.     * main.php: doc link for connection collation
  4311.  
  4312. 2004-07-17 Alexander M. Turek  <me@derrabus.de>
  4313.     * libraries/database_interface.lib.php, libraries/dbi/*.dbi.lib.php:
  4314.       moved redundant post-connect code into database_interface.lib.php.
  4315.     * libraries/url_generating.lib.php: Added ability to skip certain hidden
  4316.       input fields.
  4317.     * libraries/database_interface.lib.php: Added new function for retreiving
  4318.       MySQL variables.
  4319.     * libraries/mysql_charsets.lib.php: Added optional onchange-submit feature
  4320.       to collation dropdown box.
  4321.     * main.php, lang/*.inc.php, libraries/database_interface.lib.php,
  4322.       libraries/url_generating.lib.php: The user may now choose his connection
  4323.       character set. This should fix bug #984912.
  4324.       WARNING: The pmadb needs to be converted to UTF-8 now!
  4325.       TODO: Handle non-UTF-8 pmadb more nicely.
  4326.  
  4327. 2004-07-16 Marc Delisle  <lem9@users.sourceforge.net>
  4328.     * index.php: left frame display problems under IE
  4329.  
  4330. 2004-07-16 Michal ─îiha┼Ö  <michal@cihar.com>
  4331.     * libraries/export/sql.php: Remove code for old MySQL version, do not
  4332.       store query, better handle various end of lines (probably bug #979635).
  4333.  
  4334. 2004-07-15 Alexander M. Turek  <me@derrabus.de>
  4335.     * scripts/create_tables.old.sql, scripts/create_tables.sql: Force UTF-8
  4336.       for PMA database in MySQL 4.1 and above.
  4337.       TODO: - Update docs
  4338.             - Add conversion code to the docs
  4339.             - add charset checks to pmadb validation code
  4340.     * main.php: bug #991887.
  4341.     * server_databases.php: Add database collations to statistics.
  4342.     * lang/german-*.inc.php: Grammar.
  4343.  
  4344. 2004-07-15 Michal ─îiha┼Ö  <michal@cihar.com>
  4345.     * tbl_properties_export.php: Fix export of queries with empty WHERE clause
  4346.       (bug #990330).
  4347.     * libraries/display_export.lib.php: Display SQL export after saving file
  4348.       on server    (bug #989657).
  4349.     * tbl_properties_export.php: In case we don't need to reconstruct complete
  4350.       query just drop LIMIT part (workaround for bug #955175 and should fix
  4351.       bug #990724).
  4352.     * libraries/export/sql.php: Fix export of '0' strings (bug #990398).
  4353.  
  4354. 2004-07-15 Marc Delisle  <lem9@users.sourceforge.net>
  4355.     * tbl_change.php: bug 990959, undefined index for DATETIME
  4356.       field (problem in UTF-8 only!)
  4357.     * main.php: bug 984136: other fix for RTL and logo
  4358.  
  4359. 2004-07-14 Marc Delisle  <lem9@users.sourceforge.net>
  4360.     * index.php, libraries/common.lib.php: bug 989581 and left panel
  4361.       display problems when switching themes
  4362.     * tbl_relation.php: bug 978111, out of sync in Relation view
  4363.       (note: we need to use the PMA_DBI_QUERY_STORE option in a mysqli query
  4364.        when we later do a PMA_DBI_num_rows() on the results)
  4365.  
  4366. 2004-07-13 Michal ─îiha┼Ö  <michal@cihar.com>
  4367.     * lang/czech: Updated.
  4368.  
  4369. 2004-07-13 Alexander M. Turek  <me@derrabus.de>
  4370.     * libraries/dbi/mysqli.dbi.lib.php: avoid php errors if result set is
  4371.       FALSE.
  4372.     * libraries/mysql_charsets.lib.php, lang/*.inc.php: Updated collation
  4373.       definitions for MySQL 4.1.3 and 4.1.4.
  4374.     * lang/german-*.inc.php: Updates.
  4375.     * db_details_db_info.php: Fixed a few "out of sync" errors.
  4376.     * Documentation.html: removed a pre-php-4.1 note.
  4377.  
  4378. 2004-07-12 Marc Delisle  <lem9@users.sourceforge.net>
  4379.     * all themes/colors.inc.php, libraries/common.lib.php,
  4380.       config.inc.php, Documentation.html: rename colors.inc.php to
  4381.       layout.inc.php, thanks to Garvin for the suggestion
  4382.  
  4383. 2004-07-10 Marc Delisle  <lem9@users.sourceforge.net>
  4384.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  4385.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  4386.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  4387.  
  4388. 2004-07-09 Marc Delisle  <lem9@users.sourceforge.net>
  4389.     * tbl_change.php: bug 981793, cross-window update message when inserting
  4390.       a record and fetching a value from the browse foreigners window,
  4391.       thanks to Michael Keck
  4392.  
  4393. 2004-07-08 Marc Delisle  <lem9@users.sourceforge.net>
  4394.     * db_details_qbe.php: undefined offset and undefined variable
  4395.  
  4396. 2004-07-07 Marc Delisle  <lem9@users.sourceforge.net>
  4397.     * main.php: bug 984136, wrong alignment in RTL languages
  4398.     * lang/arabic-utf-8, lang/sync_lang.sh: bug 984176, wrong encoding
  4399.       for arabic UTF-8. sync with --iconv works.
  4400.     * tbl_relation.php: use PMA_DBI_try_query() to be able to catch the
  4401.       missing index error (InnoDB) and give appropriate advice
  4402.  
  4403. 2004-07-06 Marc Delisle  <lem9@users.sourceforge.net>
  4404.     * libraries/export/xls.php: enable user to specify './tmp' as the
  4405.       TempDir -- use realpath() to find the complete path. Add error trap
  4406.       in case OLE cannot write to directory. Add setTempDir() to enable OLE
  4407.       write in this directory.
  4408.     * Documentation.html: document the TempDir creation and PHP safe mode
  4409.       issues with PEAR
  4410.  
  4411. 2004-07-05 Marc Delisle  <lem9@users.sourceforge.net>
  4412.     * footer.inc.php, index.php, queryframe.php: bug 981939, database
  4413.       selection in left frame under Opera, and problems with dropdown
  4414.       in left frame when many databases are there (original theme),
  4415.       thanks to Michael Keck
  4416.     * header.inc.php: bug 965594: spaces after colons, and remove old code
  4417.     * libraries/sqlparser.lib.php: bug 983992, error in search mode because
  4418.       MySQL 4.0.18+ has changed the way to report the foreign key references
  4419.       when the foreign key is in a different db
  4420.  
  4421. 2004-07-02 Marc Delisle  <lem9@users.sourceforge.net>
  4422.     * main.php: put Create button on the same line as the input field
  4423.  
  4424. 2004-07-01 Michal ─îiha┼Ö  <michal@cihar.com>
  4425.     * lang/czech: Updated.
  4426.  
  4427. 2004-07-01 Marc Delisle  <lem9@users.sourceforge.net>
  4428.     * queryframe.php: improve XHTML
  4429.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  4430.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  4431.     * lang/dutch: Update thanks to Ivo Teel - calimonk.
  4432.  
  4433. 2004-06-30 Marc Delisle  <lem9@users.sourceforge.net>
  4434.     * left.php: fix against security alert, thanks to Garvin
  4435.     * Documentation.html: FAQ 8.2 for security alert
  4436.     * config.inc.php, lang/*, libraries/display_export.lib.php,
  4437.       libraries/config_import.lib.php, libraries/common.lib.php,
  4438.       libraries/export/sql.php: bug 981359: now the hexadecimal encoding
  4439.       of binary fields is optional, because there are fields marked binary
  4440.       that have text contents, like mysql.user
  4441.     ### 2.5.7-pl1 released
  4442.  
  4443. 2004-06-30 Alexander M. Turek  <me@derrabus.de>
  4444.     * libraries/common.lib.php: Fix against $_REQUEST['cfg'] exploits.
  4445.  
  4446. 2004-06-29 Michal ─îiha┼Ö  <michal@cihar.com>
  4447.     * lang/check_lang.sh: Checks for diffstat presence.
  4448.  
  4449. 2004-06-28 Marc Delisle  <lem9@users.sourceforge.net>
  4450.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac)
  4451.     ### 2.6.0-beta2 released
  4452.  
  4453.  
  4454. 2004-06-27 Michal ─îiha┼Ö  <michal@cihar.com>
  4455.     * lang/*: Make all export choices look simmilar ('drop table' -> DROP
  4456.       TABLE), removed unused strings (there vere MANY!), fixed some czech
  4457.       texts.
  4458.     * scripts/find_unused_messages.sh: New script to find unused messages in
  4459.       translations.
  4460.  
  4461. 2004-06-27 Marc Delisle  <lem9@users.sourceforge.net>
  4462.     * tbl_query_box.php: bug #975382, fields list on a non-existing table
  4463.  
  4464. 2004-06-27 Alexander M. Turek  <rabus@users.sourceforge.net>
  4465.     * libraries/dbi/mysql.dbi.lib.php: bug #980594.
  4466.  
  4467. 2004-06-26 Marc Delisle  <lem9@users.sourceforge.net>
  4468.     * lang/hungarian: updates, thanks to Peter Bakondy
  4469.  
  4470. 2004-06-25 Marc Delisle  <lem9@users.sourceforge.net>
  4471.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  4472.     * main.php: js error when switching theme, thanks to Michael Keck
  4473.  
  4474. 2004-06-25 Michal ─îiha┼Ö  <michal@cihar.com>
  4475.     * main.php, libraries/select_lang.lib.php: Remember selected charset in
  4476.       cookie.
  4477.     * libraries/display_export.lib.php: Add back key checking disabling.
  4478.     * libraries/export/sql.php: Brand new CREATE query rewriter from LinuxTag,
  4479.       fixes bug #979635.
  4480.     * read_dump.php: Lets handle better comments, current detection still
  4481.       doesn't work with comments inside checked SQL commands, but I thing
  4482.       checking these would be overhead (bug #978114).
  4483.  
  4484. 2004-06-25 Alexander M. Turek  <rabus@users.sourceforge.net>
  4485.     * queryframe.php: Undefined index errors.
  4486.     * footer.inc.php: bug #979610.
  4487.     * server_privileges.php: bug #979596 (granting privileges doesn't take
  4488.       wildcards in account).
  4489.     * lang/catalan-*.inc.php: Updates, thanks to Xavier Navarro (xavin).
  4490.     * lang/german-*.inc.php: Updates.
  4491.  
  4492. 2004-06-24 Marc Delisle  <lem9@users.sourceforge.net>
  4493.     * left.php, config.inc.php, Documentation.html,
  4494.       libraries/config_import.lib.php + common.lib.php, all colors.inc.php:
  4495.       $cfg['LeftPointerEnable']
  4496.     * db_details_structure.php, server_variables.php,
  4497.       tbl_properties_structure.php, config.inc.php, Documentation.html,
  4498.       libraries/config_import.lib.php + common.lib.php + display_tbl.lib.php,
  4499.       all colors.inc.php:
  4500.       $cfg['BrowsePointerEnable']
  4501.     * db_details_structure.php, tbl_properties_structure.php, config.inc.php,
  4502.       Documentation.html, all colors.inc.php,
  4503.       libraries/config_import.lib.php + common.lib.php + display_tbl.lib.php:
  4504.       $cfg['BrowseMarkerEnable']
  4505.     * themes/.../img/logo_left.png + logo_right.png: new logo,
  4506.       thanks to Michael Keck (mkkeck)
  4507.     * index.php: compute queryframe_height from image size, thanks to
  4508.       Michael Keck
  4509.     * footer.inc.php: sync left frame when choosing a db from server_databases,
  4510.       thanks to Michael Keck
  4511.     * export.php: no longer auto-select the textarea containing exported data
  4512.     * queryframe.php: bug #977790, missing library,
  4513.       thanks to Anthony Parsons (anthony.parsons at manx.net)
  4514.     * footer.inc.php: sync left-frame dropdown for databases when the
  4515.       number of tables changes, thanks to Michael Keck
  4516.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  4517.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  4518.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  4519.     ### 2.6.0-beta1 released
  4520.  
  4521. 2004-06-24 Alexander M. Turek  <me@derrabus.de>
  4522.     * libraries/dbi/mysqli.dbi.php: Undefined variable if PMA_DBI_getError() is
  4523.       called although no error occured.
  4524.  
  4525. 2004-06-24 Michal ─îiha┼Ö  <michal@cihar.com>
  4526.     * main.php, changelog.php: Add headers to ChangeLog display.
  4527.     * scripts/create_tables.sql: Add IF EXISTS.
  4528.     * libraries/read_dump.lib.php: Ignore comments for SQL splitting,
  4529.       otherwise unmatched quotes cause problems (bug #978113).
  4530.     * libraries/common.lib.php: Use read_dump.php instead of sql.php for
  4531.       links, otherwise we'll fail on commas.
  4532.     * read_dump.php, libraries/read_dump.lib.php: Show last SELECT result also
  4533.       when there are comments behind last query.
  4534.  
  4535. 2004-06-23 Marc Delisle  <lem9@users.sourceforge.net>
  4536.     * many files: remove references to older /images, and
  4537.       erase /images contents
  4538.  
  4539. 2004-06-22 Marc Delisle  <lem9@users.sourceforge.net>
  4540.     * config.inc.php, themes/.../colors.inc.php: remove color-related
  4541.       parameters from config.inc.php, and non-color-related from colors.inc.php
  4542.     * config.inc.php, libraries/common.lib.php, libraries/config_import.lib.php:
  4543.       missing parameter for the Refresh link feature
  4544.  
  4545. 2004-06-22 Michal ─îiha┼Ö  <michal@cihar.com>
  4546.     * libraries/relation.lib.php: Fix possible error on non existant pma db.
  4547.  
  4548. 2004-06-20 Marc Delisle  <lem9@users.sourceforge.net>
  4549.     * themes.php: use standard headers. A iso-8859-1 charset was hardcoded
  4550.       in this script, but it's better to use libraries/header_http.inc.php
  4551.  
  4552. 2004-06-18 Marc Delisle  <lem9@users.sourceforge.net>
  4553.     * themes/original/img/item*.png, themes/original/css/theme_right.css.php,
  4554.       libraries/common.lib.php, libraries/display_export.lib.php,
  4555.       db_details_structure.php, tbl_select.php:
  4556.       fix IE font size problem, redesign search and export pages,
  4557.       thanks to Michael Keck (mkkeck)
  4558.     * libraries/string.lib.php: bug #975290, wrong internal encoding
  4559.       for hebrew, thanks to Moshe Bergman (moshe_be)
  4560.  
  4561. 2004-06-17 Alexander M. Turek  <me@derrabus.de>
  4562.     * libraries/dbi/mysql.dbi.php: Removed debug code.
  4563.     * libraries/dbi/mysqli.dbi.php: If connecting fails, we don't know the
  4564.       MySQL version.
  4565.  
  4566. 2004-06-17 Marc Delisle  <lem9@users.sourceforge.net>
  4567.     * libraries/common.lib.php: fix "original" theme colors
  4568.     * db_details_structure.php: cosmetic fix in error message
  4569.     * tbl_properties_structure.php, tbl_relation.php:
  4570.       enable Relation view for InnoDB, even if the internal
  4571.       relational infrastructure is not available
  4572.     * libraries/common.lib.php: undefined $unparsed_sql when fmtType=='none'
  4573.     * config.inc.php: clarify MainPageIconic comments
  4574.  
  4575. 2004-06-16 Marc Delisle  <lem9@users.sourceforge.net>
  4576.     Changes, thanks to Michael Keck (mkkeck):
  4577.     * libraries/auth/config.auth.lib.php +  http.auth.lib.php:
  4578.       style for error messages
  4579.     * main.php, themes.php, libraries/select_theme.lib.php,
  4580.       css/phpmyadmin.css.php, themes/original/img + css:
  4581.       put original theme under the same structure as darkblue_orange
  4582.  
  4583. 2004-06-16 Michal ─îiha┼Ö  <michal@cihar.com>
  4584.     * header.inc.php: Use rather _SERVER than GLOBALS, should fix bug #973602.
  4585.  
  4586. 2004-06-15 Marc Delisle  <lem9@users.sourceforge.net>
  4587.     * queryframe.php: undefined $cfgRelation, thanks to Michael Keck (mkkeck)
  4588.     * export.php, sql.php, db_details_importdocsql.php, ldi_check.php,
  4589.       tbl_replace.php, libraries/common.lib.php,
  4590.       libraries/transformations.lib.php: new function PMA_securePATH()
  4591.     * main.php, tbl_properties_structure.php: theme "none" should be "original",
  4592.       thanks to Michael Keck (mkkeck)
  4593.     * left.php, tbl_properties.inc.php, librairies/common.lib.php:
  4594.       missing title tags
  4595.  
  4596. 2004-06-15 Michal ─îiha┼Ö  <michal@cihar.com>
  4597.     * lang/czech: Updated.
  4598.     * config.inc.php, libraries/config_import.lib.php,
  4599.       libraries/common.lib.php: Support for SHA1 function (RFE #971703).
  4600.     * queryframe.php: Do not show <hr /> when no logo is shown.
  4601.     * main.php: Generate hidden inputs nicely.
  4602.     * main.php, libraries/common.lib.php, libraries/select_theme.lib.php: Use
  4603.       pma_theme as cookie name, default theme to some reasonable value to
  4604.       avoid undefined variables all around the code.
  4605.     * main.php, lang/*: strSelectTheme is IMHO not needed.
  4606.     * Documentation.html, config.inc.php, index.php, left.php, main.php,
  4607.       queryframe.php, libraries/config_import.lib.php,
  4608.       libraries/select_server.lib.php: Use same code for all server selection,
  4609.       possibly display server links also in right frame, show server links in
  4610.       query frame when possible.
  4611.     * libraries/display_export.lib.php: Fix broken choice switching.
  4612.     * tbl_change.php: Fix wrong path to image.
  4613.     * tbl_properties_operations.php: Define sort order for sorting tables
  4614.       (RFE #971314).
  4615.     * libraries/common.lib.php: On error show edit link with table context if
  4616.       possible.
  4617.  
  4618. 2004-06-15 Alexander M. Turek  <me@derrabus.de>
  4619.     * libraries/config_import.lib.php: The default settings should be merged.
  4620.  
  4621. 2004-06-14 Marc Delisle  <lem9@users.sourceforge.net>
  4622.     Changes, thanks to Michael Keck (mkkeck):
  4623.     * images/b_tblops.png, themes/darkblue_orange/img/b_tblops.png: new icon
  4624.     * both themes: new screen.png reflecting current logo
  4625.     * db_details_structure.php: improve background image in error section
  4626.     * main.php: $theme='none' no longer a possible choice
  4627.     * open.php: permits access to message strings in theme manager
  4628.     * themes/index.php: new calling
  4629.     My changes:
  4630.     * libraries/common.lib.php: proper revision check
  4631.     * libraries/select_theme.lib.php: remove unneeded counter, and fix
  4632.       undefined $PHP_SELF
  4633.     * libraries/dbi/mysql.dbi.lib.php: errors on mysql_errno() when the
  4634.       login is invalid
  4635.  
  4636. 2004-06-13 Marc Delisle  <lem9@users.sourceforge.net>
  4637.     * many files: redesign part 3, thanks to Michael Keck (mkkeck).
  4638.       New /themes structure for Theme management
  4639.       TODO: code improvement, access to /lang from themes/index.php,
  4640.             possible logo change
  4641.  
  4642. 2004-06-11 Marc Delisle  <lem9@users.sourceforge.net>
  4643.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  4644.  
  4645. 2004-06-10 Marc Delisle  <lem9@users.sourceforge.net>
  4646.     * libraries/auth/config.auth.lib.php, libraries/dbi/mysql.dbi.lib.php,
  4647.       libraries/dbi/mysql.dbi.lib.php,
  4648.       lang/*: bug 968089: catch error when server is not responding
  4649.       and show an appropriate message
  4650.     * left.php: undefined variable
  4651.  
  4652. 2004-06-09 Alexander M. Turek  <me@derrabus.de>
  4653.     ### 2.5.7 released from MAINT_2_5 branch.
  4654.  
  4655. 2004-06-08 Michal ─îiha┼Ö  <michal@cihar.com>
  4656.     * config.inc.php, lang/*, libraries/common.lib.php,
  4657.       libraries/config_import.lib.php, libraries/display_export.lib.php,
  4658.       libraries/export/sql.php: Add FOREIGN_KEY_CHECKS=0 to export (RFE
  4659.       #966038).
  4660.  
  4661. 2004-06-08 Alexander M. Turek  <me@derrabus.de>
  4662.     * libraries/common.lib.php: backwards compatibility.
  4663.     * config.inc.php: typo.
  4664.  
  4665. 2004-06-07 Marc Delisle  <lem9@users.sourceforge.net>
  4666.     * libraries/dbi/mysqli.dbi.lib.php: omit last parameter when calling
  4667.       mysqli_connect() to enable the use of default socket
  4668.  
  4669. 2004-06-07 Michal ─îiha┼Ö  <michal@cihar.com>
  4670.     * lang/czech: Updated.
  4671.     * libraries/charset_conversion.lib.php: Do not convert, if charsets are
  4672.       same.
  4673.     * config.inc.php, export.php, lang/*, libraries/config_import.lib.php,
  4674.       libraries/display_export.lib.php, libraries/export/xls.php,
  4675.       Documentation.html: EXPERIMENTAL native MS Excel export support, using
  4676.       PEAR module Spreadsheet_Excel_Writer (RFE #968110).
  4677.     * Documentation.html: Described older config.inc.php support (RFE
  4678.       #968177).
  4679.  
  4680. 2004-06-07 Alexander M. Turek  <me@derrabus.de>
  4681.     * css/phpmyadmin.css.php: beautifications.
  4682.     * server_databases.php, server_privileges.php, css/phpmyadmin.css.php:
  4683.       Enabled new icons for privileges administration (patch #947190).
  4684.     * lang/*.inc.php, libraries/mysql_charsets.lib.php: The new collation page
  4685.       latin1_spanish_ci (introduced with MySQL 4.1.2) is now described
  4686.       correctly.
  4687.     * lang/german-*.inc.php: Updates.
  4688.     * scripts/create-release.sh: Create backup config file (RFE #968177).
  4689.  
  4690. 2004-06-06 Garvin Hicking <me@supergarv.de>
  4691.     * libraries/display_tbl.lib.php, libraries/functions.js,
  4692.       css/phpmyadmin.css.php: Further fixing of broken vertical
  4693.       column highlighting; empty repeated header cells are now <th>, not
  4694.       <td>. Adjusted CSS to not change visual display of those.
  4695.     * (same files): Optimized unneccessary preg_replace.
  4696.  
  4697. 2004-06-04 Michal ─îiha┼Ö  <michal@cihar.com>
  4698.     * libraries/read_dump.lib.php: Do not strip comments here.
  4699.     * libraries/sqlparser.lib.php: Handle correctly all MySQL comments (-- can
  4700.       be followed with any control char) (patch #965106).
  4701.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  4702.  
  4703. 2004-06-04 Garvin Hicking <me@supergarv.de>
  4704.     * Bug #959320: Broken row highlighting in vertical
  4705.       browsing mode fixed. The pointer will now highlight
  4706.       columns as expected and unmark the row after unclicking.
  4707.  
  4708. 2004-06-03 Alexander M. Turek  <me@derrabus.de>
  4709.     * header.inc.php: Undefined variable.
  4710.  
  4711. 2004-06-03 Michal ─îiha┼Ö  <michal@cihar.com>
  4712.     * db_details_links.php, header.inc.php, server_links.inc.php,
  4713.       tbl_properties_links.php, css/phpmyadmin.css.php: Use classes for
  4714.       heading (RFE #965542).
  4715.     * libraries/common.lib.php: Add drop class also to td (RFE #946540).
  4716.     * db_details.php, db_details_structure.php, css/phpmyadmin.css.php: CSSize
  4717.       error messages.
  4718.     * header.inc.php: Remove spaces before colons (bug #965594).
  4719.     * lang/*, libraries/common.lib.php: Remove spaces from strServer,
  4720.       strDatabase (needed for above fix).
  4721.     * libraries/config_import.lib.php: Do not override
  4722.       $cfg['ShowHttpHostTitle'].
  4723.     * config.inc.php, css/phpmyadmin.css.php, libraries/config_import.lib.php:
  4724.       Can disable main page icons (bug #965550).
  4725.     * header.inc.php, css/phpmyadmin.css.php: Use span insted of div, div is
  4726.       not allowed here.
  4727.     * tbl_query_box.php: Fix default query generating.
  4728.  
  4729. 2004-06-02 Alexander M. Turek  <happybirthdaytome@derrabus.de>
  4730.     * db_details_db_info.php, tbl_properties_tbl_info.php: Table type is called
  4731.       "Engine" in MySQL 4.1.2 (bug #964011).
  4732.  
  4733. 2004-05-31 Marc Delisle  <lem9@users.sourceforge.net>
  4734.     * header.inc.php: bug #963414, when PropertiesIconic was false,
  4735.       the code did not define the icon variables. Also, remove hardcoded
  4736.       'Server' string
  4737.     * pdf_schema.php: bug #915735, dictionary cropped in landscape letter
  4738.  
  4739. 2004-05-30 Michal ─îiha┼Ö  <michal@cihar.com>
  4740.     * libraries/display_tbl.lib.php: Return back to browsing after editing
  4741.       row.
  4742.  
  4743. 2004-05-29 Marc Delisle  <lem9@users.sourceforge.net>
  4744.     * sql.php: bug #956828, deleting last row gives an error. I could not
  4745.       find a case where we need the line I just removed, which was
  4746.       causing the bug.
  4747.     * tbl_properties.inc.php: missing statement group {}, was causing
  4748.       the display of part of the changing amount of columns dialog
  4749.       when editing a field structure
  4750.  
  4751. 2004-05-28 Michal ─îiha┼Ö  <michal@cihar.com>
  4752.     * libraries/display_tbl.lib.php: Decrease limit for query truncating (see
  4753.       comments in bug #951744).
  4754.     * Documentation.html, config.inc.php, tbl_query_box.php: Default query can
  4755.       contain field names (RFE #948590, patch #961726).
  4756.  
  4757. 2004-05-26 Michal ─îiha┼Ö  <michal@cihar.com>
  4758.     * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
  4759.     * lang/estonian: Update thanks to Alvar Soome - finsoft.
  4760.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  4761.     * lang/dutch: Update thanks to Ivo Teel - calimonk.
  4762.     * lang/german-utf-8: Remove duplicated string.
  4763.     * lang/*: Remove allow_recoding from non utf-8 translations.
  4764.     * tbl_properties.inc.php, tbl_properties_operations.php: PMA_DBI_num_rows
  4765.       is not needed and does not work with MYSQL_USE_RESULT (bug #952162).
  4766.  
  4767. 2004-05-26 Alexander M. Turek  <me@derrabus.de>
  4768.     * translators.html: Linked to Indonesian translator's SF page instead of
  4769.       his email address.
  4770.  
  4771. 2004-05-25 Michal ─îiha┼Ö  <michal@cihar.com>
  4772.     * main.php, libraries/select_lang.lib.php: Use pma_lang cookie instead of
  4773.       just lang.
  4774.     * libraries/select_lang.lib.php: Fix language dialects detection (based on
  4775.       patch #958994).
  4776.  
  4777. 2004-05-23 Garvin Hicking <pma@supergarv.de>
  4778.     * db_details.php: Fixed broken file upload since redesign-patch.
  4779.  
  4780. 2004-05-20 Michal ─îiha┼Ö  <michal@cihar.com>
  4781.     * many files: Little code reorganistaion (RFE #957308), removed some
  4782.       remaining php3 compatibility code in SQL parser.
  4783.  
  4784. 2004-05-20 Marc Delisle  <lem9@users.sourceforge.net>
  4785.     * pdf_schema.php: set contents page (first page)'s orientation
  4786.       to the same asked for the data dictionary
  4787.  
  4788. 2004-05-19 Marc Delisle  <lem9@users.sourceforge.net>
  4789.     * tbl_select.php: bug 956137, undefined $data: on the search page,
  4790.       PMA_foreignDropdown() must be called with no current value for
  4791.       the data
  4792.  
  4793. 2004-05-19 Michal ─îiha┼Ö  <michal@cihar.com>
  4794.     * libraries/auth/cookie.auth.lib.php: Show login form in top frame.
  4795.  
  4796. 2004-05-16 Alexander M. Turek  <me@derrabus.de>
  4797.     * db_details.php, db_details_structure.php, sql.php, tbl_indexes.php,
  4798.       tbl_properties_structure.php, tbl_query_box.php,
  4799.       images/b_dbstatistics.png, images/b_tbloptimize.png,
  4800.       images/b_useradd.png, images/b_usercheck.png, images/b_userdrop.png,
  4801.       images/b_useredit, libraries/display_tbl.lib.php,
  4802.       libraries/display_tbl_links.lib.php:
  4803.       Patch #947190 (Redesign) - Part 2, thanks to Michael Keck (mkkeck).
  4804.     * libraries/functions.js: Bugfix for (un)check all features if
  4805.       $cfg['ModifyAtLeft'] and $cfg['ModifyAtRight'] are enabled both, thanks
  4806.       to Michael Keck (mkkeck).
  4807.     * Documentation.html: Let's use a hyperlink instead of referring to the
  4808.       chapter, as the chaper numbers might change.
  4809.  
  4810. 2004-05-14 Michal ─îiha┼Ö  <michal@cihar.com>
  4811.     * libraries/auth/cookie.auth.lib.php: Use one cookie set for each server,
  4812.       not just one global (patch #952917, bug #687009).
  4813.  
  4814. 2004-05-13 Michal ─îiha┼Ö  <michal@cihar.com>
  4815.     * libraries/export/sql.php: Minor optimalisations.
  4816.     * sql.php, tbl_replace.php, libraries/display_tbl.lib.php: Use same code
  4817.       for generating INSERT and UPDATE queries (also fixes bug #953250).
  4818.     * tbl_replace_fields.php: When field is not set, it is not set :-) (bug
  4819.       #953295).
  4820.     * tbl_change.php: Repeat Go button every 15 rows globally and not per
  4821.       record.
  4822.     * tbl_change.php, libraries/tbl_change.js: Uncheck Ignore checkbox for
  4823.       inserting when multiple inserts after changing value (RFE #749733).
  4824.     * header.inc.php: Simplified title generating.
  4825.     * lang/czech: Fixed untranslated word (translation #952551).
  4826.     * scripts/create_tables.sql: Cleaned up description, regenerated dump.
  4827.     * tbl_row_delete.php: Highlight correct tab for multi row editing/export.
  4828.     * tbl_properties_export.php: Generate better query for multi row export.
  4829.     * tbl_row_delete.php, lang/*: Handle situation, where user didn't select
  4830.       anything, display DROP query on better place (bellow tabs).
  4831.     * libraries/common.lib.php: Show refresh link only for SELECT and SHOW
  4832.       queries.
  4833.     * main.php, css/phpmyadmin.css.php: Let's get rid of some tables.
  4834.     * libraries/sqlparser.lib.php, lang/*: Report syntax error when there is
  4835.       a broken comment (bug #905066).
  4836.     * db_details_structure.php: Fixed colspan.
  4837.     * tbl_properties_table_info.php: Do not fail on broken table.
  4838.  
  4839. 2004-05-12 Marc Delisle  <lem9@users.sourceforge.net>
  4840.     * db_details_structure.php: bug #951143, undefined $header_url_qry
  4841.  
  4842. 2004-05-11 Marc Delisle  <lem9@users.sourceforge.net>
  4843.     * tbl_replace.php, tbl_indexes.php, sql.php, db_details_common.php,
  4844.       libraries/db_table_exists.php: use PMA_sendHeaderLocation()
  4845.  
  4846. 2004-05-11 Michal ─îiha┼Ö  <michal@cihar.com>
  4847.     * libraries/sqlparser.lib.php: Modified pretty printer to display nicer
  4848.       queries generated by our db search.
  4849.     * db_search.php: Do not generate search query to include all fields, just
  4850.       SELECT * is enough.
  4851.     * libraries/display_tbl.lib.php: Use shorter query for edit/delete if
  4852.       original one is too long (bug #951744).
  4853.  
  4854. 2004-05-10 Marc Delisle  <lem9@users.sourceforge.net>
  4855.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  4856.     * left.php: commit for Garvin: fix for wrong group expanding (group
  4857.       name containing foreign characters)
  4858.  
  4859. 2004-05-10 Michal ─îiha┼Ö  <michal@cihar.com>
  4860.     * libraries/dbi/mysql.dbi.lib.php: Fix PMA_DBI_field_name, fixes also bug
  4861.       #951226.
  4862.  
  4863. 2004-05-10 Garvin Hicking <pma@supergarv.de>
  4864.     * db_details_structure.php, tbl_properties_structure.php: Fixed
  4865.       row-selection Javascript for Internet Explorer.
  4866.  
  4867. 2004-05-09 Garvin Hicking <pma@supergarv.de>
  4868.     * main.php, css/phpmyadmin.css.php: Corrected <form> position
  4869.       to XHTML compliance. Introduced "nospace" class.
  4870.  
  4871. 2004-05-09 Michal ─îiha┼Ö  <michal@cihar.com>
  4872.     * lang/czech: Updated.
  4873.     * tbl_properties_operations.php: Fixed documentation link.
  4874.  
  4875. 2004-05-09 Alexander M. Turek  <me@derrabus.de>
  4876.     * db_datadict.php: Patch #950726 (minor CSS fixes) thanks to
  4877.       Adam Shantz (musus).
  4878.     * lang/german-*.inc.php: Updates.
  4879.     * db_details_structure.php, main.php:
  4880.       - coding standards;
  4881.       - removed debug code.
  4882.  
  4883. 2004-05-09 Marc Delisle  <lem9@users.sourceforge.net>
  4884.     * tbl_properties_operations.php, lang/*: InnoDB table defragmentation
  4885.  
  4886. 2004-05-08 Alexander M. Turek  <me@derrabus.de>
  4887.     * config.inc.php, db_details_structure.php, Documentation.html,
  4888.       header.inc.php, left.php, main.php, images/*, libraries/common.lib.php,
  4889.       libraries/config_import.lib.php:
  4890.       Patch #947190 (Redesign) - Part 1, thanks to Michael Keck (mkkeck).
  4891.  
  4892. 2004-05-07 Alexander M. Turek  <me@derrabus.de>
  4893.     * calendar.php: Added missing CVS-ID-Tag.
  4894.  
  4895. 2004-05-07 Marc Delisle  <lem9@users.sourceforge.net>
  4896.     ### 2.6.0-alpha2 released
  4897.  
  4898. 2004-05-07 Garvin Hicking <pma@supergarv.de>
  4899.     * db_details_db_info.php: When $cfg['ShowTooltipAliasTB'] is set to
  4900.       'nested', the displayed table names should always be the real names,
  4901.       not the table comments.
  4902.     * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php,
  4903.       librarries/functions.js: RFE #856208 - Show (un)check all boxes
  4904.       for query results.
  4905.     * tbl_create.php, tbl_addfield.php, tbl_properties.inc.php:
  4906.       RFE #949594 - Allow changing amount of columns for adding fields/
  4907.       creating table (without losing previous data)
  4908.  
  4909. 2004-05-07 Alexander M. Turek  <me@derrabus.de>
  4910.     * README: Updated copyright as discussed a couple of days ago.
  4911.  
  4912. 2004-05-06 Garvin Hicking <pma@supergarv.de>
  4913.     * libraries/display_tbl.lib.php: Bug #949087 - Fixed JS error for
  4914.       mousepointer hovering on rows w/o checkboxes.
  4915.  
  4916. 2004-05-05 Marc Delisle  <lem9@users.sourceforge.net>
  4917.     * tbl_select.php: patch #939197, new choice of operator LIKE %...%
  4918.       because this syntax is so often used, thanks to Ruben Barkow (rubo77)
  4919.  
  4920. 2004-05-05 Garvin Hicking <pma@supergarv.de>
  4921.     * db_details_db_info.php, db_details_structure.php, left.php: Speed
  4922.       up table fetching when using $cfg['ShowTooltips']. Allow to only
  4923.       see the grouped/nested tables in properties panel when clicking on
  4924.       a table group on the left frame.
  4925.     * db_details_structure.php: If JS is enabled, take away <label> link
  4926.       functionality because of onmousedown-handler duplicating this
  4927.       effect.
  4928.     * tbl_properties_structure.php: RFE #947467 - coloured mousecursor
  4929.       for column overview.
  4930.  
  4931. 2004-05-05 Michal Cihar  <michal@cihar.com>
  4932.     * config.inc.php, tbl_change.php, tbl_replace.php,
  4933.       libraries/common.lib.php, libraries/config_import.lib.php: Support for
  4934.       insert multiple rows at once (RFE #749733).
  4935.     * scripts/extchg.sh, scripts/inno2pma.sh: Removed unneeded scripts.
  4936.  
  4937. 2004-05-04 Michal Cihar  <michal@cihar.com>
  4938.     * libraries/sqlparser.data.php: Add ENGINE to reserved words (used instead
  4939.       of TYPE in MySQL 4.1.1).
  4940.     * libraries/export/sql.php: Fix handling of multi column foreign keys (bug
  4941.       #946861).
  4942.  
  4943. 2004-05-04 Garvin Hicking <pma@supergarv.de>
  4944.     * db_details_structure.php: RFE #947467 - Made coloured Mousecursor
  4945.       available in tables overview, clicking on a cell in the table
  4946.       selects the checkbox next to it.
  4947.     * Documentation.html, config.inc.php, left.php: Use NaturalOrder
  4948.       for Non-Light left frame. Introduce new option 'nested' for
  4949.       $cfg['ShowTooltipAliasTB']. With this set Aliases are used for
  4950.       virtual nested grouping, but for the tablename itself the tablename
  4951.       will be show, not the Alias.
  4952.  
  4953. 2004-05-03 Alexander M. Turek  <me@derrabus.de>
  4954.     * lang/german-*.inc.php: Clarification.
  4955.  
  4956. 2004-05-03 Michal Cihar  <michal@cihar.com>
  4957.     * querywindow.php: Fix javascript error (bug #946823).
  4958.     * tbl_query_box.php: Stray <li> (bug #946530).
  4959.     * querywindow.php, tbl_query_box.php: A bit more XHTML validity.
  4960.     * css/phpmyadmin.css.php, libraries/common.lib.php: Make tabs CSS styled
  4961.       (RFE #946540).
  4962.     * db_details.php, tbl_change.php, tbl_query_box.php,
  4963.       css/phpmyadmin.css.php: Get rid of wrap="virtual" to achieve more XHTML
  4964.       validity.
  4965.     * libraries/common.lib.php, lang/*: Add Refresh link (RFE #942110).
  4966.     * sql.php, libraries/display_tbl.lib.php: Export only SELECT queries, do
  4967.       not show multi row actions when no checkboxes shown.
  4968.  
  4969. 2004-05-03 Garvin Hicking <pma@supergarv.de>
  4970.     * lang/german* - Translation
  4971.     * left.php: Bug #946501 - Nested table now also work with aliased
  4972.       tablenames.
  4973.     * config.inc.php, libraries/config_import.lib.php, querywindow.php,
  4974.       footer.inc.php, Documentation.html: Removed obsolete
  4975.       QueryFrameDebug configuration directive
  4976.     * tbl_row_delete.php: Multi Row edit/delete: Fixed wrong switch
  4977.       structure to take previous settings into account.
  4978.  
  4979. 2004-05-02 Michal Cihar  <michal@cihar.com>
  4980.     * tbl_change.php: Unclosed tag written by javascript (bug #945905).
  4981.  
  4982. 2004-04-30 Michal Cihar  <michal@cihar.com>
  4983.     * libraries/auth/cookie.auth.lib.php: Do not double frames on login (bug
  4984.       #944870).
  4985.  
  4986. 2004-04-29 Garvin Hicking <pma@supergarv.de>
  4987.     * db_details_structure.php: Bug #942362 - Colspan off by one
  4988.     * left.php: Modified js function to fit typecasting of Safari
  4989.     * browse_foreigners.php: Bug #928328 - Use correct urlencoding() of
  4990.       the primary key reference.
  4991.  
  4992. 2004-04-29 Marc Delisle  <lem9@users.sourceforge.net>
  4993.     * scripts/create-release.sh: keep only one previous version in cvs-prev
  4994.     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
  4995.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  4996.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
  4997.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  4998.     * lang/slovenian update, thanks to Kositer Uros
  4999.     * libraries/common.lib.php: patch #859034, better BLOB comparison
  5000.  
  5001. 2004-04-29 Michal Cihar  <michal@cihar.com>
  5002.     * libraries/display_tbl.lib.php, libraries/sqlparser.lib.php,
  5003.       libraries/string.lib.php, libraries/dbi/mysql.dbi.lib.php: SQL parser
  5004.       now correctly works with multibyte strings (bug #936161).
  5005.     * libraries/dbi/mysql.dbi.lib.php: Do not break TEXT fields (bug #860160).
  5006.     * libraries/display_tbl.lib.php: Show if BLOB is null (RFE #941528).
  5007.     * tbl_properties_structure.php: Forgotten </nobr> -> </div>.
  5008.     * libraries/display_tbl.lib.php: Fixed class="nobr" -> class="nowrap".
  5009.  
  5010. 2004-04-28 Michal Cihar  <michal@cihar.com>
  5011.     * css/phpmyadmin.css.php: Force <button> to be displayed inline.
  5012.     * libraries/common.lib.php: When only_db matches no database, do not show
  5013.       any (bug #943626).
  5014.     * css/phpmyadmin.css.php: Not .nowrap, but div.nowrap should have zero
  5015.       margin/padding.
  5016.     * server_privileges.php: No ugly message when editing privileges for
  5017.       non-existant database (bug #942357).
  5018.  
  5019. 2004-04-28 Garvin Hicking <pma@supergarv.de>
  5020.     * left.php, main.php, server_databases.php, common.lib.php,
  5021.       db_details_common.php: Bug #942296 - Safari can't handle
  5022.       location.replace() redirects correctly
  5023.     * libraries/tbl_change.js: Restrict calendar to maximum values for
  5024.       days/hours/minutes/seconds.
  5025.     * tbl_change.php: Bug #913600 - Made tabindex/id of multi-edit table
  5026.       unique.
  5027.     * left.php, libraries/left.js: Fixed unneeded spacing between items
  5028.       and wrong collapsing in nested mode (Bug #943140). Removed
  5029.       some debugging non-xhtml tags.
  5030.     * css/phpmyadmin.css.php: Added zero margin/padding to nowrap element
  5031.       for compatibility to the good old nobr-tag
  5032.  
  5033. 2004-04-27 Michal Cihar  <michal@cihar.com>
  5034.     * calendar.php, libraries/tbl_change.js: Don't reset clock when moving in
  5035.       calendar.
  5036.     * Almost everything: Be valid XHTML 1.0 (probably still not completely),
  5037.       lists items now have padding, so no more magins and <br />'s inside of
  5038.       them are needed.
  5039.     * main.php, css/phpmyadmin.css.php: Main page now uses lists instead of
  5040.       nested tables.
  5041.     * libraries/display_tbl.lib.php: Sort query generating now uses parsed
  5042.       query (bug #885497).
  5043.  
  5044. 2004-04-27 Garvin Hicking <pma@supergarv.de>
  5045.     * libraries/display_tbl.lib.php: Bug #942392 - Wrapping sort order
  5046.       link in a way that the image always belongs to the last word
  5047.     * libraries/display_tbl.lib.php: RFE #867284 - Click on result row
  5048.       to mark the checkbox.
  5049.     * tbl_select.php: RFE #940194 - Add REGEXP to table search options
  5050.     * read_dump.php: Bug #925913 - Uploading with UploadDir/open_basedir
  5051.       fails.
  5052.     * querywindow.php: Bug #942395 - Missing space
  5053.     * libraries/display_tbl.lib.php: Bug #942362 - Colspan of results
  5054.       table off by one.
  5055.     * db_datadict.php: Bug #942359 - Data dictionary had wrong <div>-
  5056.       count. Replace h1 with h2 for consitency
  5057.     * libraries/display_tbl.lib.php, tbl_row_delete: Bug #942356,
  5058.       missing localization for multi-row edit/delete/export feature.
  5059.     * footer.inc.php: Fixed bug #942316 - Consistent window layout for
  5060.       query window.
  5061.     * left.php: Fixed bug #942374 - Undefined indizes in left frame
  5062.       for light mode. Improved performance. Fixed tab-formatted code and
  5063.       adjusted to coding guidelines.
  5064.     * read_dump.php: Fixed bug #942390 - When entering a "USE database"
  5065.       query together with multiple other queries, the db was reset to
  5066.       the first one.
  5067.  
  5068. 2004-04-26 Marc Delisle  <lem9@users.sourceforge.net>
  5069.     * config.inc.php, left.php, Documentation.html,
  5070.       libraries/config_import.lib.php, libraries/common.lib.php:
  5071.       $cfg['LeftDisplayServersList'] to display the server choice as links,
  5072.       thanks to Cal Henderson
  5073.  
  5074. 2004-04-26 Michal Cihar  <michal@cihar.com>
  5075.     * libraries/string.lib.php: mb_* functions don't know some windows-*
  5076.       charsets (bug #940638).
  5077.     * tbl_indexes.php: Remove print_r (bug #942383).
  5078.  
  5079. 2004-04-22 Michal Cihar  <michal@cihar.com>
  5080.     * libraries/export/sql.php: Invalid SQL on empty table export (bug
  5081.       #939918).
  5082.  
  5083. 2004-04-21 Marc Delisle  <lem9@users.sourceforge.net>
  5084.     ### 2.6.0-alpha1 released
  5085.     * (after the release) user_password.php: undefined offset in blowfish.php
  5086.  
  5087. 2004-04-20 Alexander M. Turek  <me@derrabus.de>
  5088.     * Documentation.html, README:
  5089.       - The MySQL 4.1 support is not experimental anymore;
  5090.       - Updated credits.
  5091.     * server_privileges.php: Fixed an error that occured when trying to add
  5092.       privileges to non-existant tables.
  5093.  
  5094. 2004-04-20 Marc Delisle  <lem9@users.sourceforge.net>
  5095.     * libraries/tbl_change.js: was always returning current day
  5096.  
  5097. 2004-04-20 Michal Cihar  <michal@cihar.com>
  5098.     * libraries/tbl_change.js, css/phpmyadmin.css.php: Added time editing to
  5099.       calendar.
  5100.  
  5101. 2004-04-19 Alexander M. Turek  <me@derrabus.de>
  5102.     * lang/german-*.inc.php: Clarification.
  5103.     * config.inc.php, Documentation.html, libraries/config_import.lib.php:
  5104.       Updated path to MySQL's searchable online documentation.
  5105.     * ChangeLog: Recoded to UTF-8.
  5106.     * server_privileges.php: Illegal mix of collations.
  5107.     * libraries/dbi/*.dbi.lib.php: Don't touch character_set_connection
  5108.       (bug #902414). This should fix many "Illegal mix of collations" errors.
  5109.  
  5110. 2004-04-19 Marcel Tschopp  <ne0x@users.sourceforge.net>
  5111.     * libraries/export/sql.php, libraries/export/latex.php: Fixed a few
  5112.       mysqli-specific export-bugs
  5113.  
  5114. 2004-04-19 Marc Delisle  <lem9@users.sourceforge.net>
  5115.     * sql.php: bug 780516: capitalizing keywords: we no longer
  5116.       put the formatted query into $sql_query, due to better pattern matching
  5117.  
  5118. 2004-04-19 Michal Cihar  <michal@cihar.com>
  5119.     * libraries/tbl_change.js: Better return value formatting.
  5120.     * Documentation.html: Mentioned header and footer customization.
  5121.  
  5122. 2004-04-18 Michal Cihar  <michal@cihar.com>
  5123.     * libraries/tbl_change.js: Fixed calendar behaviour for DATE fields.
  5124.     * libraries/auth/cookie.auth.lib.php: Fix LoginCookieValidity behaviour.
  5125.     * libraries/tbl_change.js, tbl_change.php: Add support for DATETIME.
  5126.  
  5127. 2004-04-18 Alexander M. Turek  <me@derrabus.de>
  5128.     * lang/german-*.inc.php: Updates.
  5129.     * server_privileges.php:
  5130.       - $url_query was not visible in function scope;
  5131.       - Hotfix to avoid "MySQL out of sync" errors.
  5132.     * libraries/dbi/*.dbi.lib.php: Allow the $link argument of
  5133.       PMA_DBI_affected_rows() to be left out.
  5134.  
  5135. 2004-04-17 Marc Delisle  <lem9@users.sourceforge.net>
  5136.     * libraries/dbi/mysql.dbi.lib.php: was still using PMA_mysql_field_flags
  5137.  
  5138. 2004-04-17 Alexander M. Turek  <me@derrabus.de>
  5139.     * db_create.php, db_details_structure.php, db_details_common.php, main.php,
  5140.       tbl_alter.php, tbl_create.php, tbl_properties.inc.php,
  5141.       tbl_properties_operations.php, tbl_properties_structure.php,
  5142.       tbl_properties_table_info.php, libraries/mysql_charsets.lib.php:
  5143.       Added ability to set / alter collations for databases, tables and fields.
  5144.     * tbl_alter.php: Charset information got lost when changing fields.
  5145.     * libraries/common.lib.php, libraries/mysql_wrappers.lib.php:
  5146.       Removed mysql_wrappers library.
  5147.  
  5148. 2004-04-16 Marc Delisle  <lem9@users.sourceforge.net>
  5149.     * lang/french update
  5150.     * scripts/create-release.sh: daily snapshots
  5151.  
  5152. 2004-04-16 Michal Cihar  <michal@cihar.com>
  5153.     * libraries/common.lib.php, libraries/export/sql.php: ANSI compatible
  5154.       exports (RFE #859815).
  5155.     * images/button_export.png: At least some export icon.
  5156.     * libraries/display_tbl.lib.php: Fix image sizes.
  5157.     * calendar.php, tbl_change.php, css/phpmyadmin.css.php,
  5158.       images/button_calendar.png, libraries/tbl_change.js, lang/*: Pop-up
  5159.       calendar for date fields (RFE #880647).
  5160.  
  5161. 2004-04-15 Marc Delisle  <lem9@users.sourceforge.net>
  5162.     * ldi_table.php: allow longer field terminator (was 2 now 4);
  5163.       for example, to load a file where each line represents one field
  5164.       and the end of line is \r\n
  5165.  
  5166. 2004-04-15 Michal Cihar  <michal@cihar.com>
  5167.     * tbl_properties_export.php, tbl_row_delete.php,
  5168.       libraries/display_tbl.lib.php: Support for exporting selected rows (RFE
  5169.       #927554).
  5170.     * libraries/auth/cookie.auth.lib.php: Fix possible undefined variable use.
  5171.     * libraries/display_tbl.lib.php: Convert charset for column fields (thanks
  5172.       to Marc for noticing this).
  5173.  
  5174. 2004-04-15 Olivier Mueller <om@omnis.ch>
  5175.     * left.php: RFE #859208, Logout button in left frame
  5176.  
  5177. 2004-04-14 Michal Cihar  <michal@cihar.com>
  5178.     * lang/czech: Updated.
  5179.     * tbl_select.php: Fixed undefined variable warning.
  5180.     * libraries/common.lib.php, libraries/display_tbl.lib.php,
  5181.       libraries/export/sql.php: Really support export of UPDATE queries (bug
  5182.       #914237), condition generation used from previous implementation in
  5183.       display_tbl.lib.php and moved to common.lib.php.
  5184.     * config.inc.php, export.php, lang/*, libraries/common.lib.php,
  5185.       libraries/config_import.lib.php, libraries/display_export.lib.php,
  5186.       libraries/export/*: Support for enclosing SQL export in transaction (RFE
  5187.       #930827).
  5188.     * libraries/export/csv.php: Do not strip export too much (bug #913988).
  5189.     * libraries/export/xml.php: Use PMA_DBI_fetch_row and drop PHP 3
  5190.       compatibility code.
  5191.  
  5192. 2004-04-13 Marc Delisle  <lem9@users.sourceforge.net>
  5193.     * libraries/relation.lib.php: bug 930445 when PMA_table_info not defined,
  5194.       thanks to Philippe Jausions (jausions)
  5195.     * Documentation.html: new faq links and cleanup, thanks to C├⌐dric Corazza
  5196.     * tbl_replace.php, libraries/defines.lib.php, /common.lib.php:
  5197.       bug 898484, IIS crash: do not use header('Location: ')
  5198.  
  5199. 2004-04-12 Marcel Tschopp <marcel.tschopp@gmx.net>
  5200.     * left.php, tbl_properties_structure.php, libraries/mysql_charsets.lib.php,
  5201.       libraries/relation.lib.php: Changed some queries to use
  5202.       MYSQLI_STORE_RESULT.
  5203.  
  5204. 2004-04-10 Marcel Tschopp <marcel.tschopp@gmx.net>
  5205.     * db_datadict.php, db_details_db_info.php, db_details_qbe.php,
  5206.       db_details_structure.php, db_printview.php, left.php, main.php,
  5207.       pdf_pages.php, read_dump.php, server_privileges.php, sql.php,
  5208.       tbl_change.php, tbl_indexes.php, tbl_properties_structure.php,
  5209.       tbl_relation.php, tbl_select.php, libraries/database_interface.lib.php,
  5210.       libraries/db_table_exists.lib.php, libraries/mysql_charsets.lib.php,
  5211.       libraries/relation.lib.php, libraries/dbi/mysqli.dbi.lib.php:
  5212.       Changed some queries to use MYSQLI_STORE_RESULT. phpMyAdmin now works
  5213.       with MYSQLI_USE_RESULT as default.
  5214.     * libraries/display_tbl.lib.php: Use PMA_DBI_fetch_row instead of
  5215.       PMA_DBI_fetch_array.
  5216.  
  5217. 2004-04-07 Marc Delisle  <lem9@users.sourceforge.net>
  5218.     * tbl_select.php, lang/*: feature 788608: new features for Search:
  5219.       DISTINCT, IS NULL, IS NOT NULL, NOT LIKE, multiple select for ENUM,
  5220.       and column title is now Operator, thanks to Philippe Jausions (jausions)
  5221.  
  5222. 2004-04-08 Marcel Tschopp <marcel.tschopp@gmx.net>
  5223.     * phpinfo.php, tbl_relation.php, libraries/display_tbl.lib.php
  5224.       libraries/mysql_wrappers.lib.php, libraries/dbi/mysql.dbi.lib.php
  5225.       libraries/dbi/mysqli.dbi.lib.php, libraries/export/*.php:
  5226.       phpMyAdmin should now be fully compatible with the new mysqli
  5227.       extension. All extension specific functions are wrapped now.
  5228.     * libraries/dbi/mysqli.dbi.lib.php: code optimizations
  5229.     * tbl_replace.php: bug 926986, "multi-edit: updates completely ignored",
  5230.       thanks to Wandering Zombie (wanderingzombie).
  5231.  
  5232. 2004-04-07 Marcel Tschopp <marcel.tschopp@gmx.net>
  5233.     * multi_submits.inc.php, lang/german: bug 930714, wrong spelling and
  5234.       query display. Thanks to Daniel Marschall (blackdrake)
  5235.  
  5236. 2004-04-07 Marc Delisle  <lem9@users.sourceforge.net>
  5237.     * tbl_change.php, bug 931034, big numbers data entry,
  5238.       thanks to Dmitry (yrtimd)
  5239.     * tbl_row_delete.php, libraries/display_tbl.lib.php: bug 921939,
  5240.       problem with multi-row delete and quotes in WHERE clause,
  5241.       thanks to Ryan Schmidt (ryandesign)
  5242.  
  5243. 2004-04-06 Marc Delisle  <lem9@users.sourceforge.net>
  5244.     * main.php, complete the fix for bug 922054
  5245.  
  5246. 2004-04-04 Marc Delisle  <lem9@users.sourceforge.net>
  5247.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  5248.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  5249.     * lang/malay: updated, thanks to nobody
  5250.     * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).
  5251.  
  5252. 2004-04-03 Olivier Mueller <om@omnis.ch>
  5253.     * server_privileges.php, libraries/server_privileges.js: added
  5254.       (un)checkall links to the "Global privileges" edition form.
  5255.       Todo: make it work even if JS is disabled + local links
  5256.       for the "Data" and "Structure" checkboxes groups.
  5257.  
  5258. 2004-04-02 Alexander M. Turek  <me@derrabus.de>
  5259.     * lang/german-*.inc.php: Fixed a typo.
  5260.  
  5261. 2004-04-01 Marc Delisle  <lem9@users.sourceforge.net>
  5262.     * main.php: bug 922054, when there is no control user, the detection
  5263.       of the grants does not take into account all cases;
  5264.       thanks to Thomas ( jacob@internet24.de)
  5265.  
  5266. 2004-03-30 Michal Cihar  <michal@cihar.com>
  5267.     * tbl_indexes.php: Use properly $cfg['PropertiesIconic']  (bug #918072).
  5268.  
  5269. 2004-03-29 Marc Delisle  <lem9@users.sourceforge.net>
  5270.     * server_privileges.php: bug 923171, password error when copying a user
  5271.     * server_privileges.php: bug 923227, copying a user with table privs
  5272.  
  5273. 2004-03-26 Marc Delisle  <lem9@users.sourceforge.net>
  5274.     * left.php, db_details_structure.php, config.inc.php, Documentation.html,
  5275.       libraries/common.lib.php, libraries/config_import.lib.php:
  5276.       Sort database and table names in natural order,
  5277.       thanks to Hoo Jia Xiong (hoojx)
  5278.  
  5279. 2004-03-25 Marcel Tschopp <marcel.tschopp@gmx.net>
  5280.     * libraries/display_tpl.lib.php, mysqli.dbi.lib.php:
  5281.       Mysql4.1 specific fix in function PMA_displayTableBody() (character set
  5282.       conversions).
  5283.  
  5284. 2004-03-25 Marcel Tschopp <marcel.tschopp@gmx.net>
  5285.     * tbl_change.php, libraries/dbi/mysql.inc.php, libraries/dbi/mysqli.inc.php:
  5286.       Added wrapping function PMA_DBI_field_len.
  5287.     * libraries/dbi/mysqli.inc.php: Set default value '' for parameter $link
  5288.       from function PMA_DBI_insert_id().
  5289.  
  5290. 2004-03-25 Michal Cihar  <michal@cihar.com>
  5291.     * libraries/bookmark.lib.php: Fix errors when bookmarktable does not
  5292.       exists (bug #922509).
  5293.     * lang/sync_lang.sh: I switched to utf-8 so default for czech is utf-8.
  5294.     * lang/czech: Fixed typos and improved some texts.
  5295.  
  5296. 2004-03-24 Marc Delisle  <lem9@users.sourceforge.net>
  5297.     * libraries/common.lib.php: bug 922553, wrong boundary check in
  5298.       PMA_flipstring(), thanks to Virgile Petit (pvtc)
  5299.  
  5300. 2004-03-24 Michal Cihar  <michal@cihar.com>
  5301.     * lang/*: Added missing "$strConnectionError" (bug #922006).
  5302.  
  5303. 2004-03-23 Olivier Mueller <om@omnis.ch>
  5304.     * libraries/mysql_wrappers.lib.php: added mysqli support to the
  5305.       PMA_mysql_field_flags function because mysqli does not know the function
  5306.       mysqli_field_flags (submitted by Marcel Tschopp - aka 'ne0x' on SF).
  5307.     * libraries/dbi/mysqli.dbi.lib.php: changed default query mode from
  5308.       MYSQLI_USE_RESULT to MYSQLI_STORE_RESULT in the
  5309.       PMA_DBI_try_query function (ne0x)
  5310.     * libraries/dbi/mysql.dbi.lib.php, libraries/dbi/mysqli.dbi.lib.php:
  5311.       Added wrapping function PMA_DBI_fetch_array() (ne0x)
  5312.     * libraries/display_tbl.lib.php: PMA_displayTableBody() function now uses
  5313.       the new PMA_DBI_fetch_array() function instead of
  5314.       PMA_mysql_fetch_array() (ne0x)
  5315.  
  5316. 2004-03-22 Michal Cihar  <michal@cihar.com>
  5317.     * libraries/auth/config.auth.lib.php: Set correct variable to avoid
  5318.       attempting sending headers twice.
  5319.  
  5320. 2004-03-22 Garvin Hicking <pma@supergarv.de>
  5321.     * lang/german-*: Update
  5322.  
  5323. 2004-03-18 Marc Delisle  <lem9@users.sourceforge.net>
  5324.     * lang/romanian: Updated, thanks to Valics Lehel.
  5325.     * libraries/common.lib.php: bug 913704, delete link in db search
  5326.     * libraries/sqlparser.lib.php: bug 906551, GRANT...TO: another case
  5327.  
  5328. 2004-03-13 Marc Delisle  <lem9@users.sourceforge.net>
  5329.     * sql.php: bug 913630: did not detect correctly DELETE FROM table
  5330.       and even if detected, was calling a non-existent PMA_DBI_result()
  5331.  
  5332. 2004-03-10 Marc Delisle  <lem9@users.sourceforge.net>
  5333.     * libraries/relation.lib.php: bug 877359, no CONSTRAINT in
  5334.       SHOW CREATE TABLE on older MySQL versions
  5335.  
  5336. 2004-03-10 Michal Cihar  <michal@cihar.com>
  5337.     * export.php: Correctly report error when export fails.
  5338.     * libraries/database_interface.lib.php, libraries/dbi/mysql.dbi.lib.php,
  5339.       libraries/dbi/mysqli.dbi.lib.php: Support for unbuffered queries -
  5340.       PMA_DBI_QUERY_UNBUFFERED and fix support of PMA_DBI_QUERY_STORE.
  5341.     * libraries/export/*.php: Use unbuffered queries (patch #890075).
  5342.     * libraries/export/sql.php, libraries/display_export.lib.php, lang/*,
  5343.       config.inc.php, libraries/common.lib.php,
  5344.       libraries/config_import.lib.php: Add support for INSERT IGNORE and
  5345.       UPDATE IGNORE.
  5346.     * config.inc.php, lang/*, libraries/common.lib.php,
  5347.       libraries/config_import.lib.php, libraries/display_export.lib.php,
  5348.       libraries/export/sql.php: Add support for IF NOT EXISTS in CREATE TABLE
  5349.       export (RFE #913421).
  5350.     * lang/czech: Updated.
  5351.     * libraries/export/sql.php, lang/*: Remove some hardcoded strings.
  5352.     * tbl_change.php, tbl_replace.php, lang/*: New "Go back to this page"
  5353.       while editing.
  5354.     * db_details_structure.php, lang/*: Implement database renaming (RFE
  5355.       #792463).
  5356.     * tbl_properties_operations.php: Copy table defaults to structure and data
  5357.       (RFE #856517).
  5358.  
  5359. 2004-03-09 Marc Delisle  <lem9@users.sourceforge.net>
  5360.     * libraries/common.lib.php, libraries/display*, lang/*:
  5361.       bug 887933: avoid generating a nested form, and show a warning
  5362.       when user should define a primary key to get the Edit and Delete links
  5363.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  5364.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  5365.  
  5366. 2004-03-09 Michal Cihar  <backtowork@cihar.com>
  5367.     * libraries/dbi/mysql.dbi.lib.php: Remove possible double charset
  5368.       conversion.
  5369.     * libraries/dbi/mysql.dbi.lib.php, libraries/dbi/mysqli.dbi.lib.php: Fix
  5370.       PMA_mysql_fetch_array return value for last result (bug #905223).
  5371.     * browse_foreigners.php, libraries/common.lib.php,
  5372.       libraries/display_tbl.lib.php, libraries/relation.lib.php,
  5373.       libraries/sqlparser.lib.php, libraries/string.lib.php,
  5374.       libraries/transformations/text_plain__substr.inc.php: Use charset aware
  5375.       substr and strlen functions (bugs #854755 and #910575).
  5376.     * export.php: Fix buffer length counting, fix error detection (bug
  5377.       #909710).
  5378.     * libraries/export/latex.php: Fix undefined variable warning.
  5379.     * libraries/config_import.lib.php, libraries/common.lib.php,
  5380.       libraries/display_export.lib.php, libraries/export/sql.php, lang/*: Can
  5381.       add custom text to SQL export headers (RFE #874361).
  5382.     * config.footer.inc.php, config.header.inc.php, footer.inc.php,
  5383.       header.inc.php, libraries/auth/cookie.auth.lib.php,
  5384.       libraries/auth/http.auth.lib.php: Support for site configurable header
  5385.       and footer (patch #893477).
  5386.  
  5387. 2004-03-05 Marc Delisle  <lem9@users.sourceforge.net>
  5388.     * libraries/sqlparser.lib.php: bug 909752, floating point digit
  5389.     * libraries/sqlparser.lib.php: bug 906551, GRANT...TO
  5390.  
  5391. 2004-03-03 Marc Delisle  <lem9@users.sourceforge.net>
  5392.     * tbl_change.php, tbl_replace_fields.php: bug 907510, invalid
  5393.       escaping of + in ENUM
  5394.  
  5395. 2004-03-01 Marc Delisle  <lem9@users.sourceforge.net>
  5396.     ### 2.5.6 released from branch MAINT_2_5
  5397.     * libraries/common.lib.php: change Revision number to trigger execution
  5398.       of compatibility module config_import.lib.php, because cookie
  5399.       login does not work if LoginCookieValidity is not defined
  5400.  
  5401. 2004-02-29 Alexander M. Turek  <howcanisleepwithyourvoiceinmyhead@derrabus.de>
  5402.     * tbl_select.php: Fixed bug #887505 (PMA does not add MySQL charsets to
  5403.       WHERE clauses).
  5404.     * libraries/dbi/mysql.dbi.lib.php: Yet another ungly fix concerning the
  5405.       missing mysql_get_client_info() function.
  5406.  
  5407. 2004-02-27 Michal Cihar  <imback@cihar.com>
  5408.     * config.inc.php, libraries/config_import.lib.php,
  5409.       libraries/auth/cookie.auth.lib.php: Encrypted password is working only
  5410.       for limited (configurable) time, user name is encrypted (RFE #902295).
  5411.  
  5412. 2004-02-26 Marc Delisle  <lem9@users.sourceforge.net>
  5413.     * libraries/sqlparser.lib.php: bug 905066, memory eater, thanks to xuefer
  5414.  
  5415. 2004-02-24 Marc Delisle  <lem9@users.sourceforge.net>
  5416.     * pdf_pages.php: bug 903450, typo
  5417.     * tbl_row_delete.php: bug 878995: mult_submits.inc.php should not be
  5418.       called twice
  5419.  
  5420. 2004-02-18 Marc Delisle  <lem9@users.sourceforge.net>
  5421.     * export.php: bug 899610, undefined variable $save_filename
  5422.  
  5423. 2004-02-15 Alexander M. Turek  <onehotminute@derrabus.de>
  5424.     * libraries/select_lang.lib.php: Deactivated the code part that disables
  5425.       the UTF-8 language files if $cfg['AllowAnywhereRecoding'] is set to FALSE
  5426.       (bug #887183).
  5427.     * lang/russian-dos-622.inc.php, lang/russian-cp-622.inc.php,
  5428.       lang/snyc_lang.sh, libraries/select_lang.lib.php:
  5429.       - Changed charset definition from dos-622 into cp-622. Both definitions
  5430.         describe the same charset, but cp-622 is recognized better by some
  5431.         browsers;
  5432.       - File was broken due to some bad typos.
  5433.     * lang/korean*.inc.php, lang/sync_lang.sh, libraries/select_lang.lib.php:
  5434.       - Changed Korean charset to EUC-KR. The old charset is a subset of EUC-KR,
  5435.         so this change shouldn't cause big problems. The support for EUC-KR is
  5436.         wider and we are now able to create a Korean UTF-8 language file;
  5437.       - Added korean-utf-8 translation.
  5438.     * config.inc.php, libraries/config_import.lib.php: Added missing Arabic
  5439.       Windows-1256 charset to the default value of $cfg['AvailableCharsets'].
  5440.     * libraries/select_lang.lib.php, libraries/dbi/*.dbi.lib.php: When connected
  5441.       to a MySQL 4.1 server, we now pick the MySQL charset that fits the one of
  5442.       the selected language file.
  5443.     * main.php:
  5444.       - Removed MySQL charset selection for MySQL 4.1.
  5445.       - Instead, the MySQL charset we picked is displayed.
  5446.  
  5447. 2004-02-14 Alexander M. Turek  <thewall@derrabus.de>
  5448.     * libraries/database_interface.lib.php, libraries/dbi/*.dbi.lib.php:
  5449.       Introduced options parameter for query functions.
  5450.     * libraries/mysql_charsets.lib.php: Fixed a "MySQL out of sync" error.
  5451.  
  5452. 2004-02-13 Alexander M. Turek  <resist@derrabus.de>
  5453.     * libraries/common.lib.php: Fixed bug #890186 (PMA chokes on undefined
  5454.       parser functions if one of the very first queries fails.
  5455.     * server_databases.php: Removed forgotten calls to mysql_wrappers.lib.
  5456.  
  5457. 2004-02-11 Marc Delisle  <lem9@users.sourceforge.net>
  5458.     * server_privileges.php: bug 818654, password not copied
  5459.     * read_dump.php, libraries/display_tbl.lib.php, /bookmark.lib.php:
  5460.       bug 879005: execute stored bookmarks when user is different
  5461.  
  5462. 2004-02-08 Marc Delisle  <lem9@users.sourceforge.net>
  5463.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  5464.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  5465.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  5466.     * lang/dutch update, thanks to Ivo Teel
  5467.     * lang/catalan: Updated, thanks to Xavier Navarro (xavin)
  5468.     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
  5469.  
  5470. 2004-02-05 Alexander M. Turek  <chaos@derrabus.de>
  5471.     * Documentation.html: Added FAQ 1.17a about error message, "Client does not
  5472.       support authentication protocol".
  5473.  
  5474. 2004-02-04 Marc Delisle  <lem9@users.sourceforge.net>
  5475.     * libraries/sqlparser.lib.php: bug 890573 (was a typo)
  5476.  
  5477. 2004-02-03 Marc Delisle  <lem9@users.sourceforge.net>
  5478.     * tbl_change.php: bug 879923, NULL default value of DATETIME field
  5479.  
  5480. 2004-02-02 Marc Delisle  <lem9@users.sourceforge.net>
  5481.     * export.php: security fix, thanks to Cedric Cochin for the advisory
  5482.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
  5483.  
  5484. 2004-02-02 Alexander M. Turek  <supposedformerinfatuationjunkie@derrabus.de>
  5485.     * libraries/mysql_charsets.lib.php: Use PMA_backquote().
  5486.  
  5487. 2004-01-31 Michal Cihar  <whyisitsocold@cihar.com>
  5488.     * lang/czech: Update.
  5489.  
  5490. 2004-01-23 Alexander M. Turek  <stormfront@derrabus.de>
  5491.     * lang/german-*.inc.php: Updates.
  5492.  
  5493. 2004-01-29 Marc Delisle  <lem9@users.sourceforge.net>
  5494.     * lang/catalan: Updated, thanks to Xavier Navarro (xavin)
  5495.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  5496.     * lang/danish: updates, thanks to Finn Sorensen (alleyman01)
  5497.     * lang/*, header.inc.php, db_details_links.php, sql.php,
  5498.       libraries/functions.js: new stronger warning before a DROP DATABASE
  5499.  
  5500. 2004-01-28 Garvin Hicking <MyDoom@supergarv.de>
  5501.     * browser_foreigners, tbl_change.php, tbl_indexes.php,
  5502.       tbl_properties_structure.php, tbl_relation.php, tbl_select.php,
  5503.       libraries/get_foreign.lib.php, libraries/relation.lib.php:
  5504.       Get rid of mysql_data_seek(). Use pre-cached PHP array for
  5505.       mysqli compatibility and bandwidth saving.
  5506.  
  5507. 2004-01-27 Marc Delisle  <lem9@users.sourceforge.net>
  5508.     * main.php: bug 884606, MySQL version check before server choice
  5509.  
  5510. 2004-01-26 Robin Johnson <robbat2@users.sourceforge.net>
  5511.     * libraries/dbi/mysql.dbi.lib.php: Correct the default parameter for
  5512.     PMA_DBI_insert_id($link = '') and convert file back to UNIX linefeeds.
  5513.  
  5514. 2004-01-25 Marc Delisle  <lem9@users.sourceforge.net>
  5515.     * tbl_row_delete.php: bug 882695, broken row highlighting
  5516.     * libraries/display_tbl.lib.php: bug 879792, bad sort link
  5517.     * libraries/dbi/*: PMA_DBI_num_fields()
  5518.  
  5519. 2004-01-24 Marc Delisle  <lem9@users.sourceforge.net>
  5520.     * querywindow.php: PMA_DBI_close() instead of DBI_close()
  5521.     * Documentation.html: clarify FAQ 6.21
  5522.     * libraries/dbi/*: use generic $strCantLoad message
  5523.     * lang/*: remove $strCantLoadMySQL message
  5524.     * libraries/dbi/mysqli.dbi.lib.php: @ before connect to avoid the
  5525.       display of unwanted error messages
  5526.     * libraries/relation.lib.php: PMA_DBI_fetch_row() instead of fetch_assoc()
  5527.  
  5528. 2004-01-23 Alexander M. Turek  <foreveryoung@derrabus.de>
  5529.     * header_printview.inc.php:
  5530.       - Don't bypass $cfg['Server']['verbose'] settings;
  5531.       - Include MySQL version in SQL printview headers.
  5532.     * header.inc.php: Avoid sending headers twice.
  5533.  
  5534. 2004-01-22 Alexander M. Turek  <innocenteyes@derrabus.de>
  5535.     * libraries/dbi/mysqli.dbi.lib.php: Experimental new MySQLi library.
  5536.     * browse_foreigners.php, db_create.php, db_datadict.php,
  5537.       db_details_common.php, db_details_db_info.php, db_details_qbe.php,
  5538.       db_details_structure.php, db_printview.php, export.php, ldi_table.php,
  5539.       left.php, main.php, mult_submits.php, pdf_pages.php, pdf_schema.php,
  5540.       querywindow.php, read_dump.php, server_common.inc.php,
  5541.       server_privileges.php, server_processlist.php, server_status.php,
  5542.       server_variables.php, sql.php, tbl_addfield.php, tbl_alter.php,
  5543.       tbl_change.php, tbl_create.php, tbl_index.php, tbl_move_copy.php,
  5544.       tbl_printview.php, tbl_properties.inc.php, tbl_properties_operations.php,
  5545.       tbl_properties_table_info.php, tbl_query_box.php, tbl_relation.php,
  5546.       tbl_rename.php, tbl_replace.php, tbl_select.php,
  5547.       transformation_wrapper.php, user_password.php, libraries/bookmark.lib.php,
  5548.       libraries/common.lib.php, libraries/db_table_exists.lib.php,
  5549.       libraries/display_tbl:lib.php, libraries/get_foreign.lib.php,
  5550.       libraries/mysql_charsets.lib.php, libraries/relation.lib.php,
  5551.       libraries/transformations.lib.php, libraries/auth/config.auth.lib.php,
  5552.       libraries/auth/cookie.auth.lib.php, libraries/export/*.php:
  5553.       - Removed most remaining calls to old mysql_wrappers library;
  5554.       - Small optimizations and XHTML fixes.
  5555.     * libraries/database_interface.lib.php, libraries/dbi/mysql.dbi.lib.php:
  5556.       - Moved PMA_DBI_get_dblist() definition to database_interface.lib;
  5557.       - Fixed "undefined constant" warning (bug #881637);
  5558.       - Added new functions: PMA_DBI_select_db(), PMA_DBI_get_fields(),
  5559.         PMA_DBI_get_fields_meta();
  5560.       - Bypassing charset conversion code for MySQL >= 4.1 experimentally.
  5561.     * Documentation.html: Changed my email address.
  5562.     * header_printview.inc.php:
  5563.       - Don't bypass $cfg['Server']['verbose'] settings;
  5564.       - Include MySQL version in SQL printview headers.
  5565.     * header.inc.php: Avoid sending headers twice.
  5566.  
  5567. 2004-01-21 Michal Cihar  <thesiswritten@cihar.com>
  5568.     * lang/czech: Fixed unclear message.
  5569.  
  5570. 2004-01-20 Marc Delisle  <lem9@users.sourceforge.net>
  5571.     * all concerned scripts: PMA_DBI_num_rows()
  5572.     * all concerned scripts: PMA_DBI_free_result()
  5573.     * all concerned scripts: PMA_DBI_insert_id()
  5574.     * all concerned scripts: PMA_DBI_affected_rows()
  5575.  
  5576. 2004-01-19 Marc Delisle  <lem9@users.sourceforge.net>
  5577.     * libraries/common.lib.php, libraries/dbi/mysql.dbi.lib.php:
  5578.       PMA_DBI_get_dblist()
  5579.  
  5580. 2004-01-17 Michal Cihar  <argh@cihar.com>
  5581.     * lang/czech: Updated.
  5582.  
  5583. 2004-01-17 Alexander M. Turek  <roomservice@derrabus.de>
  5584.     * config.inc.php, Documentation.html, footer.inc.php, lang/*.inc.php,
  5585.       libraries/common.lib.php, libraries/config_import.lib.php,
  5586.       libraries/database_interface.lib.php, libraries/defines.lib.php,
  5587.       libraries/defines_mysql.lib.php, libraries/mysql_wrappers.lib.php,
  5588.       libraries/auth/config.auth.lib.php, libraries/auth/cookie.lib.php,
  5589.       libraries/dbi/mysql.dbi.lib.php: Database abstraction.
  5590.     * main.php: This script now accesses MySQL exclusivly through the new DBI
  5591.       functions.
  5592.  
  5593. 2004-01-14 Marc Delisle  <lem9@users.sourceforge.net>
  5594.     * mult_submits.inc.php: bug 876805, dropping a field with the
  5595.       multi-submit mechanism removes all internal relations of a table,
  5596.       patch thanks to Joosep-Georg J├ñrvemaa (j-georg)
  5597.  
  5598. 2004-01-13 Robin Johnson <robbat2@users.sourceforge.net>
  5599.     * Documentation.html: Slight update to what I've done
  5600.  
  5601. 2004-01-12 Marc Delisle  <lem9@users.sourceforge.net>
  5602.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  5603.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  5604.     * lang/portuguese: Updated, thanks to Lopo Pizarro (lopopizarro).
  5605.  
  5606. 2004-01-09 Alexander M. Turek  <singwhenyourewinning@derrabus.de>
  5607.     * libraries/sqlparser.lib.php: Support for _charset syntax.
  5608.  
  5609. 2004-01-09 Marc Delisle  <lem9@users.sourceforge.net>
  5610.     * libraries/sqlparser.data.php: bug 873236 SQL_CALC_FOUND_ROWS
  5611.  
  5612. 2004-01-07 Marc Delisle  <lem9@users.sourceforge.net>
  5613.     * libraries/display_tbl.lib.php, /display_tbl_links.lib.php:
  5614.       bug 857743, SHOW errors
  5615.  
  5616. 2004-01-06 Alexander M. Turek  <therising@derrabus.de>
  5617.     * libraries/charset_conversion.lib.php: Skip charset conversion code if
  5618.       input charset and output charset are the same.
  5619.  
  5620. 2004-01-05 Garvin Hicking <returnofthegarv@supergarv.de>
  5621.     * browse_foreigners.php, tbl_change.php: Sort key/value pairs
  5622.       as discussed in RFE #868369. Made foreigner window resizable.
  5623.     * libraries/functions.js: Reverted row marker patch. See RFE #867284
  5624.       for details.
  5625.     * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php,
  5626.       libraries/functions.js: Upon clicking on a result row, de/activate
  5627.       the checkbox next to it. Only makes sense for horizontal mode. Can be
  5628.       deactivated by setting BrowseMarkerColor to an empty string in config.inc.php.
  5629.  
  5630. 2004-01-05 Alexander M. Turek  <rumors@derrabus.de>
  5631.     * tbl_properties_operations.php: Changing a table's charset changed the
  5632.       charset of all fields (MySQL >= 4.1.1).
  5633.  
  5634. 2004-01-04 Alexander M. Turek  <beggaronabeachofgold@derrabus.de>
  5635.     * libraries/config_import.lib.php: Added missing compatibility code for
  5636.       $cfg['RecodingEngine'].
  5637.  
  5638. 2004-01-02 Alexander M. Turek  <wecantdance@derrabus.de>
  5639.     * libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php:
  5640.       MySQL collations are now parsed and highlighted.
  5641.     * libraries/export/sql.php: Include charset / collation information in db
  5642.       export.
  5643.  
  5644. 2004-01-02 Marc Delisle  <lem9@users.sourceforge.net>
  5645.     * db_details_structure.php: bug 868996, debug code still in place,
  5646.       thanks to Matthias Fichtner (mfichtner)
  5647.     * browse_foreigners.php: paging does not work; obey RepeatCells=0
  5648.     * libraries/display_tbl.lib.php: bug 857743, SHOW FIELDS
  5649.  
  5650. 2003-12-30 Michal Cihar  <happynewyer@cihar.com>
  5651.     * lang/czech: Updated.
  5652.     * lang/*: Fixed typo s/Chech-Slovak/Czech-Slovak/.
  5653.  
  5654. 2003-12-30 Alexander M. Turek  <facevalue@derrabus.de>
  5655.     * config.inc.php, db_details_common.php, db_details_structure.php,
  5656.       tbl_properties_operations.php, css/phpmyadmin.css.php,
  5657.       libraries/common.lib.php, libraries/config_import.lib.php,
  5658.       libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php:
  5659.       - SQL parser detected the character set "binary" as column attribute;
  5660.       - MySQL charsets are now parsed and highlighted - Note: the SQL parser
  5661.         library now has to be included AFTER having connected to the MySQL
  5662.         server;
  5663.       - The default charset of a database may now be changed;
  5664.       - Ensured that the user's connection is used for setting and retreiving
  5665.         charset information.
  5666.       * libraries/defines.lib.php: typo.
  5667.  
  5668. 2003-12-30 Marc Delisle  <lem9@users.sourceforge.net>
  5669.     * tbl_select.php: bug 867320, dropdowns in search page
  5670.  
  5671. 2003-12-29 Alexander M. Turek  <crazysexycool@derrabus.de>
  5672.     * db_details_structure.php, libraries/mysql_charsets.lib.php:
  5673.       - display database collation (MySQL >= 4.1.1);
  5674.       - list collations of all tables.
  5675.     * tbl_properties_strcuture, tbl_properties_table_info.php:
  5676.       - Changed "Charset" label to "Collation" because it fits better;
  5677.       - The column collations weren't displayed with MySQL 5.0.
  5678.     * libraries/sqlparser.data.php: New reserved words:
  5679.       - COLLATE (since MySQL 4.1.0);
  5680.       - RETURN  (since MySQL 5.0.0).
  5681.  
  5682. 2003-12-28 Marc Delisle  <lem9@users.sourceforge.net>
  5683.     ### 2.5.5 released
  5684.  
  5685. 2003-12-27 Alexander M. Turek  <tragickingdom@derrabus.de>
  5686.     * Documentation.html, README: I tested phpMyAdmin with MySQL 5.0.0-alpha.
  5687.  
  5688. 2003-12-25 Marc Delisle  <lem9@users.sourceforge.net>
  5689.     * db_details_qbe.php: error when generating joins
  5690.     * Documentation.html: FAQ 6.22: default bookmark execution
  5691.  
  5692. 2003-12-23 Marc Delisle  <lem9@users.sourceforge.net>
  5693.     * css/phpmyadmin.css.php: Patch 864334, preserve white-space between quotes
  5694.     * db_datadict.php, db_printview.php: bug 863713: printing on non-IE browser
  5695.  
  5696. 2003-12-21 Marc Delisle  <lem9@users.sourceforge.net>
  5697.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  5698.  
  5699. 2003-12-18 Marc Delisle  <lem9@users.sourceforge.net>
  5700.     * tbl_relation.php: bug 860258: do not destroy foreign key references
  5701.       to another db (still cannot enter via phpMyAdmin this kind of
  5702.       references)
  5703.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  5704.  
  5705. 2003-12-17 Michal Cihar  <ilovetranslations@cihar.com>
  5706.     * lang/sync_lang.sh: Fix generation of translation, when source is in
  5707.       utf-8.
  5708.     * lang/chinese_big5.inc.php: Was broken due to above bug, thanks Marc for
  5709.       noticing this.
  5710.  
  5711. 2003-12-16 Marc Delisle  <lem9@users.sourceforge.net>
  5712.     * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).
  5713.  
  5714. 2003-12-15 Garvin Hicking  <me@supergarv.de>
  5715.     * tbl_replace.php: Check all required array indizes for multi-row edit
  5716.  
  5717. 2003-12-15 Marc Delisle  <lem9@users.sourceforge.net>
  5718.     * read_dump.php: bug 859062: Go & Bookmark problem when the
  5719.       query has a character like "+" in it
  5720.  
  5721. 2003-12-13 Marc Delisle  <lem9@users.sourceforge.net>
  5722.     * tbl_query_box.php, ldi_table.php: maximum upload size
  5723.     * tbl_change.php: max BLOB upload size
  5724.  
  5725. 2003-12-12 Marc Delisle  <lem9@users.sourceforge.net>
  5726.     * db_details.php, libraries/common.lib.php, lang/*:
  5727.       new feature to display the maximum upload size
  5728.       TODO: detect if upload succeeded
  5729.  
  5730. 2003-12-12 Garvin Hicking <juststayalittlebitlonger@supergarv.de>
  5731.     * export.php: Fixed Regex
  5732.     * transformation_wrapper.php, lang/*, libraries/display_tbl.lib.php,
  5733.       libraries/transformations/application_octetstream__download.inc.php:
  5734.       Added a new transformation to download blob/binary field contents
  5735.       with customized filenames. Needed two minor tweeks to the general
  5736.       system.
  5737.  
  5738. 2003-12-11 Michal Cihar  <imreallyaway@cihar.com>
  5739.     * libraries/export/sql.php: Fix moving foreign key definition on Windows
  5740.       (bug #851950).
  5741.  
  5742. 2003-12-11 Marc Delisle  <lem9@users.sourceforge.net>
  5743.     * tbl_replace.php: missing number of rows for Affected rows
  5744.       and Inserted rows; wrong message for insert ids
  5745.     * libraries/display_tbl.lib.php: bug 857743, SHOW DATABASES
  5746.  
  5747. 2003-12-11 Alexander M. Turek  <bleibtallesanders@derrabus.de>
  5748.     * server_collations.php, lang/*.inc.php, libraries/mysql_charsets.lib.php:
  5749.       Updated character sets overview for MySQL 4.1.1.
  5750.     * db_create.php, main.php: Ability to specify a default character set for a
  5751.       new database.
  5752.     * libraries/sqlparser.lib.php: Bug #857749.
  5753.  
  5754. 2003-12-11 Garvin Hicking <me@supergarv.de>
  5755.     * header_printview.inc.php: RFE #856503, show number of rows in printview
  5756.     * tbl_change.php, tbl_replace.php, tbl_replace_fields.php: Fixed #857445,
  5757.       #857684 where non-existant fields caused PHP notices.
  5758.     * db_details.php: Removed unneccessary whitespace
  5759.     * sql.php: Bug #857742: When dropping the only remaining database, an
  5760.       error occured. Fixed by checking if databases remein (as suggested
  5761.       by lem9)
  5762.  
  5763. 2003-12-10 Garvin Hicking <me@supergarv.de>
  5764.     * db_datadict.php: Bug 857186: Real fix for the problem. The '@'
  5765.       delimiter slipped to the replacement's end instead of the expression's
  5766.       end.
  5767.     * db_details_structure.php: Bug 857315 - short open tag fixed
  5768.  
  5769. 2003-12-09 Marc Delisle  <lem9@users.sourceforge.net>
  5770.     * libraries/sqlparser.data.php: bug 854702: FORCE INDEX
  5771.     * main.php: bug 851564: backquotes on the wildcard dbname
  5772.       when no controluser is defined
  5773.     * db_datadict.php: bug 857186: ENUMs and data dictionary,
  5774.       thanks to Andrew Weiner (landreww) for the report and fix
  5775.  
  5776. 2003-12-09 Garvin Hicking <embatag@supergarv.de>
  5777.     * tbl_change.php: Fixed Bug #856436 (not displaying default values)
  5778.     * lang/german*: Translations
  5779.     * left.php: Escape single quotes in single-table cases as well
  5780.       (Bug #855771)
  5781.  
  5782. 2003-12-08 Marc Delisle  <lem9@users.sourceforge.net>
  5783.     * new language: basque, thanks to Axier Lopez (axierl@euskalerria.org)
  5784.  
  5785. 2003-12-07 Marc Delisle  <lem9@users.sourceforge.net>
  5786.     ### 2.5.5-rc1 released
  5787.  
  5788. 2003-12-06 Marc Delisle  <lem9@users.sourceforge.net>
  5789.     * lang/danish: updates, thanks to Finn Sorensen (alleyman01)
  5790.  
  5791. 2003-12-05 Marc Delisle  <lem9@users.sourceforge.net>
  5792.     * libraries/display_tbl.lib.php: bug 854696: fixed a typo,
  5793.       and added some isset for a new check
  5794.  
  5795. 2003-12-05 Garvin Hicking <weihnachtsgarv@supergarv.de>
  5796.     * libraries/transformations/text_plain__dateformat.inc.php:
  5797.       Use <dfn>-Tag to display original data to not waste display
  5798.       clarity by using hyperlinks. Original implementation also
  5799.       failed when using customized options.
  5800.  
  5801. 2003-12-04 Marc Delisle  <lem9@users.sourceforge.net>
  5802.     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
  5803.     * libraries/transformations/text_plain__dateformat.inc.php:
  5804.       patch 845690: show real data before transformation
  5805.     * left.php: bug 833790: put a workaround in place
  5806.  
  5807. 2003-12-04 Garvin Hicking <grinch@supergarv.de>
  5808.     * browse_foreigner.php, mult_submits.inc.php, tbl_change.php,
  5809.       tbl_replace.php, tbl_replace_fields.php, tbl_row_delete,
  5810.       libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php:
  5811.       Multi row edit via checkboxes in browse mode is now available.
  5812.       This means, you can edit multiple records at once now.
  5813.     * tbl_row_delete.php, tbl_change.php, tbl_change.js: Fixed
  5814.        (un)nullify() function
  5815.     * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php:
  5816.       Made checkbox/edit/delete fields smaller
  5817.  
  5818. 2003-12-02 Marc Delisle  <lem9@users.sourceforge.net>
  5819.     * libraries/display_tbl.lib.php: the constant used to check
  5820.       if the transformation function is included no longer exists
  5821.     * libraries/transformations/: replaced "include" by "require_once"
  5822.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  5823.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  5824.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  5825.     * lang/danish: updates, thanks to Finn Sorensen (alleyman01)
  5826.     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
  5827.  
  5828. 2003-11-28 Garvin Hicking <freakyfriday@supergarv.de>
  5829.     * main.php: Fixed one remaining preg_match
  5830.  
  5831. 2003-11-27 Marc Delisle  <lem9@users.sourceforge.net>
  5832.     * libraries/display_tbl.lib.php: bug 816666: sort order and aliases
  5833.  
  5834. 2003-11-26 Alexander M. Turek  <lifeforrent@derrabus.de>
  5835.     * Almost every file:
  5836.       - Replaced all include / require commands by require_once where possible;
  5837.       - Further php 4.1+ optimizations;
  5838.       - footer.inc.php now automatically stops the script execution;
  5839.       - Coding standards.
  5840.     * config.inc.php: Don't include select_lang.lib.php here.
  5841.     * libraries/common.lib.php: Backwards compatibility.
  5842.     * libraries/common.lib.php, libraries/defines.lib.php,
  5843.       libraries/defines_php.lib.php, libraries/defines_mysql.lib.php,
  5844.       scripts/create-release.sh:
  5845.       defines.lib.php was included twice. For optimization reasons I moved all
  5846.       the code that is independent from the MySQL connection out of defines.lib
  5847.       into defines_php.lib.
  5848.       To point out the (new) meanings of the files I renamed defines.lib.php to
  5849.       defines_mysql.lib.php while defines_php.lib.php is now known as
  5850.       defines.lib.php.
  5851.  
  5852. 2003-11-26 Michal Cihar  <cleanerfasterbetter@cihar.com>
  5853.     * lang/check_lang.sh: Cleanup.
  5854.     * lang/sort_lang.sh: Cleanup.
  5855.     * lang/czech: Better translated some strings.
  5856.  
  5857. 2003-11-26 Marc Delisle  <lem9@users.sourceforge.net>
  5858.     * lang/arabic: update, thanks to Ossama Khayat (okhayat)
  5859.     * lang/hindi: update, thanks to Girish Nair (girish_nair)
  5860.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
  5861.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  5862.  
  5863. 2003-11-25 Alexander M. Turek  <jaggedlittlepill@derrabus.de>
  5864.     * translators.html: Changed email of Hindi translator, again.
  5865.     * badwords.txt: File is obsolete.
  5866.  
  5867. 2003-11-25 Garvin Hicking <phpmyadminismyaeroplane@supergarv.de>
  5868.     * db_details_qbe.php, left.php, main.php, pdf_pages.php, server_collations.php,
  5869.       tbl_change.php, tbl_indexes.php, tbl_move_copy.php, tbl_relation.php,
  5870.       tbl_replace.php, libraries/common.lib.php, libraries/db_config.lib.php,
  5871.       libraries/display_tbl.lib.php, libraries/grab_globals.lib.php,
  5872.       libraries/mysql_charsets.lib.php, libraries/select_lang.lib.php:
  5873.  
  5874.       Reverted some obfuscated regular expressions to their working eregi-versions
  5875.       to not break stuff. Removed unneccessary reset() calls, replaced some more
  5876.       while(list()) constructs.
  5877.     * libraries/transformations/overview.php, libraries/transformations/global.inc.php,
  5878.       libraries/common.lib.php, libraries/display_tbl.lib.php,
  5879.       libraries/transformations.lib.php3, user_password.php, tbl_change.php, sql.php,
  5880.       ldi_check.php, tbl_properties.inc.php, db_details_importdocsql.php:
  5881.  
  5882.       - When stored transformations have '.php3' ending, automagically assume '.php' now.
  5883.       - Use 's' RegEx Pattern modifier for certain situations where '.' should also include
  5884.         linebreaks.
  5885.  
  5886. 2003-11-24 Alexander M. Turek  <bloodsugarsexmagik@derrabus.de>
  5887.     * lang/german-*.inc.php: Updates.
  5888.     * lang/english-*.inc.php: Sortation.
  5889.  
  5890. 2003-11-24 Marc Delisle  <lem9@users.sourceforge.net>
  5891.     * tbl_rename.php: give an error if the new table name has a dot
  5892.       in its name, to avoid doing our automatic relation-table renames
  5893.  
  5894. 2003-11-24 Michal Cihar  <nijel@users.sourceforge.net>
  5895.     * libraries/common.lib.php: Use preg again, it just needs a bit more
  5896.       escaping of \ (once for PHP and once for PCRE).
  5897.     * css/phpmyadmin.css.php: Make server selection in left frame same size as
  5898.       on other places.
  5899.     * main.php: One more regex escaping fix.
  5900.     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
  5901.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  5902.     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
  5903.     * translators.html: Updated email for Hindi translator.
  5904.  
  5905. 2003-11-23 Alexander M. Turek  <rabus@users.sourceforge.net>
  5906.     * server_privileges.php3: while (list() = each()) is not always as bad as
  5907.       one might think ;-p
  5908.  
  5909. 2003-11-22 Garvin Hicking <me@supergarv.de>
  5910.     * ./*: More PHP3-compatibility removal, see 2003-11-20.
  5911.  
  5912. 2003-11-22 Marc Delisle  <lem9@users.sourceforge.net>
  5913.     * tbl_properties_operations.php: display "Add constraints" only
  5914.       if there are foreign keys in current table
  5915.     * libraries/common.lib.php: revert back to previous logic at line 1108
  5916.       because of regex problem (when only_db is used)
  5917.  
  5918. 2003-11-21 Marc Delisle  <lem9@users.sourceforge.net>
  5919.     * tbl_move_copy.php: typo about constraints
  5920.  
  5921. 2003-11-21 Michal Cihar  <nijel@users.sourceforge.net>
  5922.     * scripts/create-release.sh: Udated information what is needed to change on
  5923.       home page to currect status.
  5924.  
  5925. 2003-11-20 Alexander M. Turek  <rabus@users.sourceforge.net>
  5926.     * server_databases.php, server_processlist.php, server_status.php,
  5927.       server_variables.php: Removed some php 3 / MySQL 3.21 compatibility code.
  5928.     * README: Updated requirements.
  5929.     * scripts/create-release.sh: Create Documentation.txt when building the
  5930.       distribution kits.
  5931.     * Documentation.txt, scripts/updatedocs.sh: Romoved.
  5932.  
  5933. 2003-11-20 Michal Cihar  <nijel@users.sourceforge.net>
  5934.     * read_dump.php: Show message about failing upload in all cases, removed
  5935.       some PHP compatibility code.
  5936.     * libraries/export/sql.php: More older PHP cleanup.
  5937.     * tbl_move_copy.php, tbl_properties_operations.php, lang/*: Cleanup in
  5938.       table moving/copying and allow to keep constraints over these
  5939.       operations.
  5940.     * server_databases.php: Add correct parameters to left frame to keep
  5941.       server choice, language, etc. (bug #845397).
  5942.     * libraries/config_import.lib.php, config.inc.php, db_details.php,
  5943.       tbl_query_box.php, Documentation: Allow changing of default queries (RFE
  5944.       #839168).
  5945.     * Documentation.html: Valid XHTML again.
  5946.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  5947.  
  5948. 2003-11-20 Garvin Hicking <me@supergarv.de>
  5949.     * libraries/auth/*, libraries/dbg/*, libraries/export/*, libraries/fpdf/*,
  5950.       libraries/transformations/overview.php, libraries/*.php
  5951.       (work in progress)
  5952.  
  5953.       Lots of PHP < 4.1.0 / MySQL < 3.23.32 compatibility/performance changes:
  5954.       - Replaced "while (list() = each())" calls by foreach loops.
  5955.       - Removed PHP3-compatibility code
  5956.       - Removed calls to $HTTP_*_VARS (using $_* now).
  5957.       - Replaced some TAB-characters with whitespace
  5958.       - Removed PHP4 < 4.1.0 compatibility code
  5959.       - Removed MySQL < 3.23.32 compatibility code
  5960.       - Replaced "for ($i=0; $i <= count(); $i++)" loops to
  5961.         "$cnt = count(); for ($i=0; $i <= $cnt; $i++)" structures for better
  5962.         performance
  5963.       - Replace calls to eregi*/split functions to their preg* counterparts for
  5964.         faster and binary-safe operation
  5965.       - Replace regex-Calls to simple string functions where possible (speedup)
  5966.       - Replace calls to substr($string, X, 1) to $string{X}
  5967.  
  5968. 2003-11-19 Marc Delisle  <lem9@users.sourceforge.net>
  5969.     * libraries/display_tbl.lib.php: first group of headers was offset by
  5970.       one column to the left
  5971.  
  5972. 2003-11-19 Michal Cihar  <nijel@users.sourceforge.net>
  5973.     * lang/catalan: Updated, thanks to Xavier Navarro (xavin).
  5974.     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
  5975.     * lang/portuguese: Updated, thanks to Ant├│nio Raposo (cfmsoft).
  5976.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  5977.  
  5978. 2003-11-19 Alexander M. Turek  <rabus@users.sourceforge.net>
  5979.     * libraries/grab_globals.lib.php: Do not use $HTTP_*_VARS arrays anymore.
  5980.     * Documentation.html: Modified requirements.
  5981.     * server_collations.php: Replaced obsolete "while (list() = each())" calls
  5982.       by foreach loops.
  5983.     * server_privileges.php: Dropped some MySQL 3.21 / php 3 compatibility code.
  5984.  
  5985. 2003-11-18 Alexander M. Turek  <rabus@users.sourceforge.net>
  5986.     * libraries/common.lib.php: Recognizing new 2.x config.inc.php revisions.
  5987.  
  5988. 2003-11-18 Marc Delisle  <lem9@users.sourceforge.net>
  5989.     * lang/*: strUpgradeMySQL -> strUpgrade with one more parameter
  5990.       for the product name
  5991.     * main.php: new warnings for old PHP or MySQL versions
  5992.  
  5993. 2003-11-18 Michal Cihar  <nijel@users.sourceforge.net>
  5994.     * libraries/display_tbl.lib.php: Can kill more proceses (bug #844353).
  5995.  
  5996. 2003-11-18 Michal Cihar  <nijel@users.sourceforge.net>
  5997.     * almost EVERYTHING: The big rename from php3 to php.
  5998.  
  5999. 2003-11-18 Michal Cihar  <nijel@users.sourceforge.net>
  6000.     * read_dump.php3: Show result of last SHOW query when multiple queries.
  6001.     * scripts/create-release.sh: Generate also sizes of files, for
  6002.       files.inc.php on homepage.
  6003.  
  6004. 2003-11-17 Marc Delisle  <lem9@users.sourceforge.net>
  6005.     * lang/french: update
  6006.     * lang/turkish update, thanks to Bora Alioglu
  6007.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  6008.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  6009.  
  6010. 2003-11-14 Marc Delisle  <lem9@users.sourceforge.net>
  6011.     * tbl_properties_structure.php3: bug 842053: not only TEXT but also
  6012.       any ...TEXT field types can have a FULLTEXT index
  6013.  
  6014. 2003-11-13 Marc Delisle  <lem9@users.sourceforge.net>
  6015.     * libraries/common.lib.php3: undefined variable dblist_full when
  6016.       renaming a table
  6017.  
  6018. 2003-11-13 Michal Cihar  <nijel@users.sourceforge.net>
  6019.     * libraries/export/sql.php3: Fix export of foreign keys (patch #834474).
  6020.     * libraries/export/sql.php3, libraries/config_import.lib.php3,
  6021.       libraries/common.lib.php3, libraries/display_export.lib.php3, lang/*,
  6022.       config.inc.php3: Allow delayed inserts (RFE #841298).
  6023.     * libraries/export/sql.php3, libraries/common.lib.php3,
  6024.       libraries/config_import.lib.php3, libraries/display_export.lib.php3,
  6025.       lang/*, config.inc.php3: Support for creating UPDATE and REPLACE
  6026.       statements in export (RFE #838828).
  6027.     * lang/remove_message.sh: Checks for parameter count.
  6028.  
  6029. 2003-11-12 Michal Cihar  <nijel@users.sourceforge.net>
  6030.     * libraries/export/latex.php3: Fixed LaTeX output (patch #840082).
  6031.     * libraries/export/latex.php3: Unique fields are bold (patch #840089).
  6032.  
  6033. 2003-11-11 Garvin Hicking <antikarneval@supergarv.de>
  6034.     * libraries/display_tbl.lib.php3: Added more secure checks
  6035.       for each'ing on arrays built by the query analyzer. (Bug #839630)
  6036.     * libraries/display_tbl.lib.php3: Fixed Bug #839834 - Colspan for
  6037.       repeated headers were wrong since introduction of multi-row delete.
  6038.  
  6039. 2003-11-10 Marc Delisle  <lem9@users.sourceforge.net>
  6040.     * scripts/extchg.sh: bug 839081: generator.sh was not converted
  6041.  
  6042. 2003-11-07 Marc Delisle  <lem9@users.sourceforge.net>
  6043.     * tbl_change.php3, tbl_replace_fields.php3, Documentation.html:
  6044.       bug 835783: now (if using PHP4) users can enter NULL in a field
  6045.       and get the string NULL and not a NULL value. For a real NULL
  6046.       value they must use the Null checkbox.
  6047.  
  6048. 2003-11-06 Marc Delisle  <lem9@users.sourceforge.net>
  6049.     * New italian doc (partial) in pma_localized_docs
  6050.     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
  6051.  
  6052. 2003-11-06 Garvin Hicking <me@supergarv.de>
  6053.     * sql.php3, libraries/display_tbl.lib.php3:
  6054.       RFE #835491: Display linked values in printview. Display relation-
  6055.       related features (comments, MIME-transformations) in printview.
  6056.       Fix empty table rows in vertical display (kept Mozilla from displaying
  6057.       borders in this printmode). Adjusted layout a tiny-weeny bit to let
  6058.       the comments of a field fit the whole space.
  6059.     * libraries/display_tbl.lib.php3, libraries/transformations/TEMPLATE,
  6060.       Documentation.html: Propagate current MIME-type to plugin functions.
  6061.       Thanks for noticing (again), Thiemo Maettig. :)
  6062.     * libraries/common.lib.php3, Documentation.html, config.inc.php3:
  6063.       Now use $cfg['Servers'][$i]['only_db'] to allow sorting databases in
  6064.       the left frame. The '*' character can be used to
  6065.       fill in all remaining characters. See Documentation for details.
  6066.       RFE #830355, thanks to Xuefer for suggestions.
  6067.  
  6068. 2003-11-06 Michal Cihar  <nijel@users.sourceforge.net>
  6069.     * libraries/export/xml.php3: Add xml header with encoding information
  6070.       (bug #836630).
  6071.  
  6072. 2003-11-05 Garvin Hicking <me@supergarv.de>
  6073.     * libraries/common.lib.php3, footer.inc.php3: Bug #831181: Do not
  6074.       store queries with errors in history, also when coming from the
  6075.       database SQL tab.
  6076.     * libraries/common.lib.php3: Bug #835854. The MySQL-error messages
  6077.       are now put inside a <code> HTML-container, not <pre>. This allows
  6078.       wordwrapping to hide vertical scrollbars. Linebreak/Whitespace
  6079.       formatting has been altered to preserve those.
  6080.     * libraries/transformations/text_plain__dateformat.inc.php3:
  6081.       Remove obsolete code, thanks to Thiemo Maettig!
  6082.     * Documentation.html, libraries/display_tbl.lib.php3,
  6083.       libraries/transformations/*:
  6084.       The $meta field information is now passed to the transformation plugins
  6085.       to allow future (and easier) usage of field information
  6086.       (zerofill/unsigned/not_null/...).
  6087.  
  6088. 2003-11-04 Marc Delisle  <lem9@users.sourceforge.net>
  6089.     * Documentation.html: bug 833900, added known limitation in FAQ 3.10
  6090.       about selecting homonyms on a table without primary key
  6091.  
  6092. 2003-11-04 Garvin Hicking <me@supergarv.de>
  6093.     * Documentation.html: Added known limitation about ANSI-mode
  6094.       (Bug #816858)
  6095.     * libraries/transformations/text_plain__dateformat.inc.php3:
  6096.       Bug #835252: Now allow more timestamps. Minor modification of a patch
  6097.       submitted by anonymous poster. Thanks!
  6098.  
  6099. 2003-11-03 Garvin Hicking <me@supergarv.de>
  6100.     * Documentation.html, tbl_row_delete.php3,
  6101.       libraries/display_tbl.lib.php3:
  6102.       Bug #828290: Fixed "Execute stored bookmark". Also made some minor
  6103.       tweaks to make PHP-Transformations with forms working again. Added
  6104.       a limitation notice on that to FAQ 3.8. Added an image to this action.
  6105.     * libraries/display_tbl.lib.php3: Made multi-row delete working for
  6106.       vertical browse mode. When executing a multi-row delete, keep the
  6107.       last used display mode and other options.
  6108.     * Documentation.html: Adjusted link to the link-section of our homepage.
  6109.       Fixed typo.
  6110.  
  6111. 2003-11-03 Michal Cihar  <nijel@users.sourceforge.net>
  6112.     * lang/czech: Updated.
  6113.     * libraries/common.lib.php3: URI detection works with www-Sharp.Runtime
  6114.       (RFE #834053).
  6115.  
  6116. 2003-11-03 Alexander M. Turek  <rabus@users.sourceforge.net>
  6117.     * lang/german-*.inc.php3: Grammar.
  6118.     * config.inc.php3, libraries/common.lib.php3,
  6119.       libraries/config_import.lib.php3, libraries/display_export.lib.php3,
  6120.       libraries/export/csv.php3, lang/*.inc.php3:
  6121.       Bug #812474 (Excel v.X does not import 'CSV for Excel' exports).
  6122.  
  6123. 2003-11-02 Marc Delisle  <lem9@users.sourceforge.net>
  6124.     * lang/arabic: big update, thanks to Ossama Khayat (okhayat)
  6125.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  6126.  
  6127. 2003-11-01 Marc Delisle  <lem9@users.sourceforge.net>
  6128.     * libraries/relation.lib.php3: bug 826880, quotes added
  6129.  
  6130. 2003-10-31 Marc Delisle  <lem9@users.sourceforge.net>
  6131.     * lang/romanian: Updated, thanks to Valics Lehel.
  6132.     * tbl_relation.php3: add backquotes around table and field names
  6133.       in queries for InnoDB foreign keys; however, in current MySQL 4.0.16
  6134.       version, a blank character in a field name is not accepted by InnoDB
  6135.  
  6136. 2003-10-27 Marc Delisle  <lem9@users.sourceforge.net>
  6137.     * querywindow.php3: bug 825668: js errors in SQL-history,
  6138.       thanks to Jenik Kaspar (jenix)
  6139.  
  6140. 2003-10-26 Marc Delisle  <lem9@users.sourceforge.net>
  6141.     * libraries/display_tbl.lib.php3: bug 830437, undefined $sql_order
  6142.     * querywindow.php3: bug 829737, cosmetic change: added   for
  6143.       better display in Iconic 'both' mode
  6144.  
  6145. 2003-10-24 Michal Cihar  <nijel@users.sourceforge.net>
  6146.     * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).
  6147.     * lang/serbian: utf-8 translations contained no strings, regenerated.
  6148.     * lang/other: Added missing strings.
  6149.     * libraries/display_tbl.lib.php3: Try to show sorting by indexes only if
  6150.       it makes sense (bug #829594).
  6151.  
  6152. 2003-10-20 Michal Cihar  <nijel@users.sourceforge.net>
  6153.     * libraries/export/sql.php3: Fix undefined variable for MySQL < 3.23.20
  6154.       (bug #828370).
  6155.     * libraries/export/sql.php3. libraries/export/latex.php3,
  6156.       libraries/display_export.lib.php3, export.php3, lang/*,
  6157.       libraries/common.lib.php3, libraries/config_import.lib.php3: Allow to
  6158.       supress dates in SQL dump separately.
  6159.     * lang/add_message.sh: Fail if no message specified.
  6160.     * lang/add_message_file.sh: Fail if no file specified.
  6161.     * libraries/display_export.lib.php3: Added ugly hack to allow switching
  6162.       export options in Opera (bug #828712).
  6163.     * db_details_structure.php3, lang/*: Show also overhead, allow to check
  6164.       all tables with overhead at once (JS only) (RFE #828090).
  6165.     * footer.inc.php3: Try to update history in table only if configured so
  6166.       (bug #828356).
  6167.  
  6168. 2003-10-21 Marc Delisle  <lem9@users.sourceforge.net>
  6169.     * pdf_pages.php3: Patch 825672: show fields in Edit PDF scratchboard,
  6170.       thanks to Chris Walsh (chriswalshaz)
  6171.     * libraries/display_tbl.lib.php3: bug 826847, undefined $url_query
  6172.     * tbl_relation.php3: Bug 827340: Relation view should display also
  6173.       non-unique keys as possible choices for foreign keys
  6174.  
  6175. 2003-10-20 Michal Cihar  <nijel@users.sourceforge.net>
  6176.     * Documentation, config.inc.php3, tbl_change.php3,
  6177.       libraries/common.lib.php3, libraries/config_import.lib.php3: Make
  6178.       default functions configurable (RFE #821271).
  6179.  
  6180. 2003-10-18 Marc Delisle  <lem9@users.sourceforge.net>
  6181.     * libraries/common.lib.php3: bug 821512, Safari 1.0 v85.5 and fonts
  6182.     * libraries/functions.js: bug 825665, scratchboard and paper size
  6183.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  6184.     ### 2.5.4 released
  6185.  
  6186. 2003-10-17 Marc Delisle  <lem9@users.sourceforge.net>
  6187.     * browse_foreigners.php3: bug 825473: PMA_jsFormat() needed on alert()
  6188.     * tbl_query_box.php3, libraries/bookmark.lib.php3:
  6189.       bug 824958: bookmarks not configured
  6190.  
  6191. 2003-10-16 Michal Cihar  <nijel@users.sourceforge.net>
  6192.     * libraries/zip.lib.php3: Calculate offset progressively (patch #824122).
  6193.     * scripts/convertcfg.pl: Perl in most cases lives in /usr/bin/perl.
  6194.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  6195.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  6196.     * lang/persian-utf-8.inc.php3: Regenerated, was somehow broken.
  6197.     * lang/sort_lang.sh: Ignores non file parameter.
  6198.     * libraries/common.lib.php3: Add some more fixes for wrongly typed
  6199.       $cfg['PmaAbsoluteUri'].
  6200.     * Documentation: Changed my email and credits.
  6201.     * libraries/defines_php.lib.php3: Output buffering is not available in
  6202.       php 3 (bug #824956).
  6203.  
  6204. 2003-10-15 Marc Delisle  <lem9@users.sourceforge.net>
  6205.     * lang/russian-windows-1251: wrong charset (bug 823939)
  6206.  
  6207. 2003-10-14 Marc Delisle  <lem9@users.sourceforge.net>
  6208.     * server_privileges.php3: bug 707516, sometimes db privileges
  6209.       are not shown
  6210.  
  6211. 2003-10-12 Marc Delisle  <lem9@users.sourceforge.net>
  6212.     * Documentation.html: bug 821144: FAQ 6.21 needed clarification
  6213.  
  6214. 2003-10-11 Marc Delisle  <lem9@users.sourceforge.net>
  6215.     * libraries/grab_globals.lib.php3: bug 807047, better fix
  6216.     * tbl_select.php3: bug 821350: escape single quotes in table
  6217.       Search page
  6218.  
  6219. 2003-10-10 Marc Delisle  <lem9@users.sourceforge.net>
  6220.     * footer.inc.php3: bug 819036, undefined function PMA_setHistory()
  6221.  
  6222. 2003-10-10 Michal Cihar  <nijel@users.sourceforge.net>
  6223.     * libraries/export/sql.php3: Fix PMA_getTableContentOld (bug #820932).
  6224.     * left.php3: Konqueror 3 and Opera 7 works with tree view (bug #820717).
  6225.     * scripts/create-release.sh: Generate MD5 sums (RFE #748415).
  6226.     * Documentation, config.inc.php3, scripts/create_tables.sql: Change
  6227.       default phpMyAdmin table names from PMA_* to pma_*.
  6228.  
  6229. 2003-10-07 Marc Delisle  <lem9@users.sourceforge.net>
  6230.     * lang/russian*: updated, thanks to Artyom Rabzonov
  6231.  
  6232. 2003-10-07 Michal Cihar  <nijel@users.sourceforge.net>
  6233.     * Documentation: Another hint for creating primary/unique keys.
  6234.  
  6235. 2003-10-06 Marc Delisle  <lem9@users.sourceforge.net>
  6236.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
  6237.  
  6238. 2003-10-06 Michal Cihar  <nijel@users.sourceforge.net>
  6239.     * tbl_replace.php3: Do not include query in redirect url if too long.
  6240.  
  6241. 2003-10-02 Marc Delisle  <lem9@users.sourceforge.net>
  6242.     * libraries/grab_globals.lib.php3: bug 807047, protect POST variables
  6243.       against cookies of the same name
  6244.     * libraries/display_tbl.lib.php3: bug 816658, the multi-row delete
  6245.       icon should not be displayed in all cases
  6246.  
  6247. 2003-10-01 Marc Delisle  <lem9@users.sourceforge.net>
  6248.     * lang/slovenian update, thanks to Kositer Uros
  6249.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  6250.     * libraries/export/sql.php3: bug 815822 Undefined index/offset
  6251.     * lang/turkish update, thanks to Bora Alioglu
  6252.  
  6253. 2003-10-01 Alexander M. Turek  <rabus@users.sourceforge.net>
  6254.     * translators.html: Better link.
  6255.  
  6256. 2003-09-30 Marc Delisle  <lem9@users.sourceforge.net>
  6257.     ### 2.5.4-rc1 released
  6258.  
  6259. 2003-09-29 Michal Cihar  <nijel@users.sourceforge.net>
  6260.     * lang/czech: Updated.
  6261.     * config.inc.php3, db_details_importdocsql.php3,
  6262.       db_details_structure.php3, libraries/config_import.lib.php3: You now
  6263.       need to explicitely enable docSQL support ($cfg['docSQLDir']), RFE
  6264.       #812033.
  6265.     * Documentation: Documented above and support for compressed dumps.
  6266.     * db_details.php3, export.php3, ldi_check.php3, ldi_table.php3,
  6267.       read_dump.php3, tbl_change.php3, tbl_query_box.php3,
  6268.       tbl_replace_fields.php3: $cfg['*Dir'] don't have to end with slash.
  6269.  
  6270. 2003-09-28 Marc Delisle  <lem9@users.sourceforge.net>
  6271.     * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
  6272.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  6273.     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
  6274.     * new lang: bosnian, thanks to Samir Kobiljak
  6275.  
  6276. 2003-09-27 Marc Delisle  <lem9@users.sourceforge.net>
  6277.     * tbl_row_delete.php3, mult_submits.inc.php3,
  6278.       libraries/display_tbl.lib.php3, /display_tbl_links.lib.php3:
  6279.       RFE 810270: multi-row delete in browse mode
  6280.     * lang/catalan: Updated, thanks to Xavier Navarro (xavin).
  6281.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  6282.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  6283.  
  6284. 2003-09-26 Alexander M. Turek  <rabus@users.sourceforge.net>
  6285.     * tbl_indexes.php3: RFE #812993 (Icons for index table).
  6286.     * lang/persian-*.inc.php3, lang/sync_lang.sh,
  6287.       libraries/select_lang.lib.php3, translators.html:
  6288.       New Persian language files, thanks to Parham Ghaffarian.
  6289.     * libraries/select_lang.lib.php3: Removed a dublicate entry.
  6290.     * translators.html: I'm back. :-)
  6291.     * lang/english.inc.php3: Resorted strings.
  6292.  
  6293. 2003-09-26 Garvin Hicking <me@supergarv.de>
  6294.     * left.php3: bug #812481: Fixed display of '__protected__' subgroup in
  6295.       non-light left frame mode, when $cfg['LeftFrameTableSeperator'] is empty.
  6296.  
  6297. 2003-09-24 Alexander M. Turek  <rabus@users.sourceforge.net>
  6298.     * libraries/function.js: Fixed bug #811499 (Opera 7.20 messes up row
  6299.       markers), thanks to Michael Johnson (redbeardc).
  6300.     * server_privileges.php3: Fixed bug #811792 (Password not kept when
  6301.       modifying user).
  6302.  
  6303. 2003-09-23 Alexander M. Turek  <rabus@users.sourceforge.net>
  6304.     * lang/german-*.inc.php3: Fixed some typos, thanks to Sebastian Mendel.
  6305.  
  6306. 2003-09-23 Marc Delisle  <lem9@users.sourceforge.net>
  6307.     * libraries/export/sql.php3: bug 811222: we need to analyze the query
  6308.       to get the true column name in case of aliases
  6309.     * libraries/common.lib.php3: bug 810617, final 1.0 version of Safari
  6310.       does not need reduced font size
  6311.  
  6312. 2003-09-20 Marc Delisle  <lem9@users.sourceforge.net>
  6313.     * pdf_schema.php3: bug 805227: the "Show color" only removed
  6314.       color on arrows, now removes all the color because of printing problems
  6315.       on black&white printers, thanks to Kelley Lingerfelt (rebelkell)
  6316.  
  6317. 2003-09-19 Marc Delisle  <lem9@users.sourceforge.net>
  6318.     * server_privileges.php3: bug 784961, could not delete a user
  6319.  
  6320. 2003-09-19 Michal Cihar  <nijel@users.sourceforge.net>
  6321.     * libraries/display_tbl.lib.php3: Fixed deleting AND from end of condition
  6322.       with older php (bug #802060).
  6323.  
  6324. 2003-09-18 Michal Cihar  <nijel@users.sourceforge.net>
  6325.     * libraries/auth/cookie.auth.lib.php3: Improved functionality when more
  6326.       than one cookie auth is being used.
  6327.  
  6328. 2003-09-18 Garvin Hicking <me@supergarv.de>
  6329.     * tbl_query_box.php3, read_dump.php3, sql.php3, lang/*: RFE #477472 -
  6330.       Add bookmark option to query window/tab to bookmark any statement.
  6331.  
  6332. 2003-09-17 Garvin Hicking <me@supergarv.de>
  6333.     * querywindow.php3: RFE #807282 - Display 'edit' button to alter entries from SQL query
  6334.       history, not execute them immediately.
  6335.     * footer.inc.php3: Bug #805568 - Save SQL history even if 'LockFromUpdate' is selected.
  6336.     * server_databases.php3: Bug #805545 - Refresh left frame when selecting a DB of
  6337.       server_databases.php3
  6338.  
  6339. 2003-09-17 Michal Cihar  <nijel@users.sourceforge.net>
  6340.     * read_dump.php3, libraries/read_dump.lib.php3: Error message when file
  6341.       can not be read.
  6342.     * tbl_query_box.php3: Do not require any variables in query window.
  6343.     * lang/*, libraries/export/sql.php3: Export separately constraints, so
  6344.       they don't cause troubles on import (bug #807615).
  6345.     * Documentation, config.inc.php3, left.php3, main.php3, lang/*,
  6346.       libraries/common.lib.php3, libraries/config_import.lib.php3,
  6347.       libraries/auth/cookie.auth.lib.php3,
  6348.       libraries/auth/arbitrary.auth.lib.php3(deleted): Merged arbitrary auth
  6349.       into cookie auth, new config variable for enabling this
  6350.       $cfg['AllowArbitraryServer'].
  6351.     * db_details.php3, tbl_change.php3, tbl_query_box.php3,
  6352.       libraries/common.lib.php3: Execute uploaded gzip/bzip'd SQL-files (RFE
  6353.       #752886).
  6354.     * Documentation, config.inc.php3, export.php3, libraries/common.lib.php3,
  6355.       libraries/config_import.lib.php3: Allow compressing large SQL dumps -
  6356.       they are compressed by smaller chunks and send to browser (RFE #795849).
  6357.     * tbl_properties_operations.php3: Remove '; InnoDB free:' part from
  6358.       comment including references.
  6359.  
  6360. 2003-09-16 Marc Delisle  <lem9@users.sourceforge.net>
  6361.     * sql.php3: bug 790849 (js disabled and user removes the row limit
  6362.       from the Show [30] rows)
  6363.  
  6364. 2003-09-16 Garvin Hicking <me@supergarv.de>
  6365.     * db_details_qbe.php, libraries/mysql_wrappers.lib.php3: Finetune the new
  6366.     PMA_mysql_fetch_fields() function and renamed it to PMA_mysql_fetch_fields_alternate:
  6367.     It now uses 'SHOW FIELDS FROM...'. Modified all calls to the old function to fit the new
  6368.     one. Keep old function for any future use.
  6369.  
  6370. 2003-09-15 Marc Delisle  <lem9@users.sourceforge.net>
  6371.     * tbl_properties_links.php3, db_details_structure.php3: in Table view,
  6372.       "Select" becomes "Search" to denote more clearly was this sub-page
  6373.       is about
  6374.  
  6375. 2003-09-15 Michal Cihar  <nijel@users.sourceforge.net>
  6376.     * libraries/export/sql.php3: Avoid freeing failed result.
  6377.  
  6378. 2003-09-14 Marc Delisle  <lem9@users.sourceforge.net>
  6379.     * Documentation.html: clarify FAQ 6.20 about which privileges are
  6380.       assigned to users after an upgrade to MySQL 4, and their effect
  6381.       on seeing all the databases.
  6382.  
  6383. 2003-09-12 Garvin Hicking <me@supergarv.de>
  6384.     * lang/*, sql.php3, libraries/bookmark.lib.php3: RFE #804896
  6385.       (Bookmarks for all users)
  6386.     * lang/german*: Update
  6387.     * Documentation.html: Added note to FAQ 6.18 about bookmark-variable expansion
  6388.       not working on PHP < 4.0.3
  6389.  
  6390. 2003-09-12 Marc Delisle  <lem9@users.sourceforge.net>
  6391.     * lang/turkish update, thanks to Bora Alioglu
  6392.     * libraries/display_tbl.lib.php3: bug 804592 (undefined $prev_index)
  6393.       and add "Sort" tooltip to each column header
  6394.  
  6395. 2003-09-11 Michal Cihar  <nijel@users.sourceforge.net>
  6396.     * read_dump.php3: Add also limit to size, not only to pieces, because of
  6397.       extended inserts (bug #803372).
  6398.  
  6399. 2003-09-10 Marc Delisle  <lem9@users.sourceforge.net>
  6400.     * Documentation.html: clarify about InnoDB support
  6401.     * libraries/sqlparser.lib.php3: bug 790903: BINARY as an operator;
  6402.       bug 792511: SELECT * FROM mytable LIMIT 0,-1
  6403.     * libraries/mysql_wrappers.lib.php3: bug 795443: wrong results coming
  6404.       from mysql_list_fields, so modify PMA_mysql_list_fields to use
  6405.       SELECT * FROM db.table LIMIT 1
  6406.       (Thanks to Peter Beckman (ooglek))
  6407.  
  6408. 2003-09-09 Marc Delisle  <lem9@users.sourceforge.net>
  6409.     * libraries/mysql_wrappers.lib.php3: bug 795443: wrong results coming
  6410.       from mysql_list_tables, so modify PMA_mysql_list_tables to use
  6411.       SHOW TABLES FROM
  6412.  
  6413. 2003-09-09 Michal Cihar  <nijel@users.sourceforge.net>
  6414.     * tbl_relation.php3: Avoid message about not array variable when no InnoDB
  6415.       relations used.
  6416.     * libraries/display_tbl.lib.php3, lang/*: Allow user to select sorting by
  6417.       indexes (RFE #528503).
  6418.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  6419.     * lang/dutch: Updated, thanks to nobody :-).
  6420.  
  6421. 2003-09-08 Michal Cihar  <nijel@users.sourceforge.net>
  6422.     * left.php3, main.php3, lang/*, libraries/common.lib.php3, Documentation,
  6423.       config.inc.php3, libraries/auth/arbitrary.auth.lib.php3,
  6424.       libraries/auth/cookie.auth.lib.php3: Support for login to arbitrary
  6425.       server (RFE #684097).
  6426.  
  6427. 2003-09-08 Alexander M. Turek  <rabus@users.sourceforge.net>
  6428.     * server_privileges.php3: Fixed bug #802611 (No 'LOCK TABLES' in DB-specific
  6429.       privileges).
  6430.  
  6431. 2003-09-07 Marc Delisle  <lem9@users.sourceforge.net>
  6432.     ### 2.5.3 released
  6433.  
  6434. 2003-09-05 Marc Delisle  <lem9@users.sourceforge.net>
  6435.     * libraries/sqlparser.lib.php3: NO ACTION was not correctly treated
  6436.     * tbl_relation.php3: InnoDB support
  6437.  
  6438. 2003-09-03 Michal Cihar  <nijel@users.sourceforge.net>
  6439.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  6440.  
  6441. 2003-09-02 Alexander M. Turek  <rabus@users.sourceforge.net>
  6442.     * Documentation.html:
  6443.       - rewrote FAQ 1.17;
  6444.       - corrected some other FAQs;
  6445.       - tidied up "Requirements" section about MySQL.
  6446.  
  6447. 2003-09-02 Marc Delisle  <lem9@users.sourceforge.net>
  6448.     * translators.html: azerbaijani, and change of address for
  6449.       swedish translator
  6450.  
  6451. 2003-09-02 Michal Cihar  <nijel@users.sourceforge.net>
  6452.     * libraries/common.lib.php3: Fix displaying PHP code (bug #798804).
  6453.  
  6454. 2003-09-01 Michal Cihar  <nijel@users.sourceforge.net>
  6455.     * libraries/mysql_charsets.lib.php3: Name of column is sometimes Default
  6456.       (bug #798426).
  6457.     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
  6458.     * lang/azerbaijani, lang/sync_lang.sh, libraries/select_lang.lib.php3: New
  6459.       translation, thanks to Shehriyar Imanov (sheki).
  6460.  
  6461. 2003-08-31 Marc Delisle  <lem9@users.sourceforge.net>
  6462.     * libraries/sqlparser.lib.php3: extract ON DELETE, ON UPDATE for FOREIGN KEYs
  6463.     * libraries/relation.lib.php3: populate $foreign with ON DELETE, ON UPDATE
  6464.  
  6465. 2003-08-28 Alexander M. Turek  <rabus@users.sourceforge.net>
  6466.     * README: Updated php / MySQL versions.
  6467.  
  6468. 2003-08-28 Michal Cihar  <nijel@users.sourceforge.net>
  6469.     * libraries/display_export.lib.php3: Allow xml to be also default export
  6470.       (bug #796706).
  6471.  
  6472. 2003-08-27 Marc Delisle  <lem9@users.sourceforge.net>
  6473.     * tbl_relation.php3: User forgot to define an index on the master table
  6474.       before adding a foreign key constraint: trap the error, warn the user
  6475.       and show him a link to the relevant doc
  6476.  
  6477. 2003-08-27 Garvin Hicking <me@supergarv.de>
  6478.     * lang/german*: Update
  6479.  
  6480. 2003-08-27 Michal Cihar  <nijel@users.sourceforge.net>
  6481.     * sql.php3, lang/*: Print view with full texts (RFE #742123).
  6482.  
  6483. 2003-08-27 Alexander M. Turek  <rabus@users.sourceforge.net>
  6484.     * browse_foreigners.php3: undefined variable.
  6485.  
  6486. 2003-08-26 Alexander M. Turek  <rabus@users.sourceforge.net>
  6487.     * libraries/common.lib.php3: Backwards compatibility.
  6488.     * tbl_change.php3: bug #795171 (foreign field empty when editing record).
  6489.  
  6490. 2003-08-26 Michal Cihar  <nijel@users.sourceforge.net>
  6491.     * config.inc.php3, lang/*, libraries/config_import.lib.php3,
  6492.       libraries/display_export.lib.php3, libraries/export/latex.php3: Improved
  6493.       LaTeX export (patch #777451).
  6494.  
  6495. 2003-08-25 Michal Cihar  <nijel@users.sourceforge.net>
  6496.     * lang/czech: Updated.
  6497.  
  6498. 2003-08-25 Marc Delisle  <lem9@users.sourceforge.net>
  6499.     * tbl_relations.php3, tbl_properties_table_info.php3, /lang:
  6500.       InnoDB relations (for now, same db, only one index column, and
  6501.       no ON DELETE or ON UPDATE clauses)
  6502.  
  6503. 2003-08-25 Alexander M. Turek  <rabus@users.sourceforge.net>
  6504.     * tbl_rename.php3: After renaming a table, move back to
  6505.       tbl_properties_operations.php3 instead of tbl_properties.php3.
  6506.  
  6507. 2003-08-22 Marc Delisle  <lem9@users.sourceforge.net>
  6508.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  6509.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  6510.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  6511.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  6512.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  6513.     * lang/greek: update, thanks to Kyriakos Xagoraris (theremon)
  6514.     * libraries/sqlparser.lib.php3: extract the CONSTRAINTs for FOREIGN KEYs
  6515.     * libraries/relation.lib.php3: getForeigners() returns also the constraint
  6516.  
  6517. 2003-08-21 Marc Delisle  <lem9@users.sourceforge.net>
  6518.     * tbl_relation.php3: improve variables, remove some code
  6519.  
  6520. 2003-08-20 Alexander M. Turek  <rabus@users.sourceforge.net>
  6521.     * server_privileges.php3: Fixed some typos.
  6522.  
  6523. 2003-08-18 Marc Delisle  <lem9@users.sourceforge.net>
  6524.     * lang/romanian: Updated, thanks to Valics Lehel.
  6525.     * lang/turkish update, thanks to Bora Alioglu
  6526.  
  6527. 2003-08-18 Michal Cihar  <nijel@users.sourceforge.net>
  6528.     * lang/czech: Updated.
  6529.     * lang/catalan: Updated, thanks to Xavier Navarro (xavin).
  6530.     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
  6531.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  6532.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  6533.  
  6534. 2003-08-17 Marc Delisle  <lem9@users.sourceforge.net>
  6535.     * browse_foreigners.php3, tbl_change.php3, tbl_select.php3,
  6536.       libraries/display_tbl.lib.php3, /relation.lib.php3, /get_foreign.lib.php3:
  6537.       Patch 789367: Browse foreign values, thanks to Garvin
  6538.     ### 2.5.3-rc2 released
  6539.  
  6540. 2003-08-17 Alexander M. Turek  <rabus@users.sourceforge.net>
  6541.     * translators.html: Garvin is now the official German translator,
  6542.       temporarily.
  6543.  
  6544. 2003-08-16 Marc Delisle  <lem9@users.sourceforge.net>
  6545.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  6546.  
  6547. 2003-08-16 Alexander M. Turek  <rabus@users.sourceforge.net>
  6548.     * Documentation.html: Bad anchor link and other typos.
  6549.  
  6550. 2003-08-15 Marc Delisle  <lem9@users.sourceforge.net>
  6551.     * tbl_properties_structure.php3: bug 786710, IE and dropping fields,
  6552.       and bug 788676: added a table to help Netscape aligning the icons
  6553.       with the text
  6554.  
  6555. 2003-08-15 Garvin Hicking <me@supergarv.de>
  6556.     * tbl_properties_structure.php3: RFE #784900 (show alternate text for
  6557.       multi-submit button)
  6558.     * tbl_properties_structure.php3, db_details_structure.php3: RFE #787810
  6559.       - Enlarge area around the new buttons for better usability
  6560.  
  6561. 2003-08-15 Michal Cihar  <nijel@users.sourceforge.net>
  6562.     * Documentation: Synced export FAQ with export page.
  6563.     * Documentation: Fixed information about transformations.
  6564.  
  6565. 2003-08-14 Michal Cihar  <nijel@users.sourceforge.net>
  6566.     * server_privileges.php3: Fix notice about undefined index (bug #780861).
  6567.  
  6568. 2003-08-13 Marc Delisle  <lem9@users.sourceforge.net>
  6569.     * tbl_change.php3: do not check both radios (confuses Netscape 4.8)
  6570.  
  6571. 2003-08-13 Michal Cihar  <nijel@users.sourceforge.net>
  6572.     * tbl_addfield.php3: Highlight correct tab after changing structure.
  6573.     * libraries/sqlparser.lib.php3: Bug #788097 (add space after
  6574.       alpha_variable).
  6575.  
  6576. 2003-08-12 Michal Cihar  <nijel@users.sourceforge.net>
  6577.     * libraries/export/csv.php3: Don't trim resulting line (bug #782483).
  6578.     * libraries/functions.js: Don't ask for confirmation of query that will
  6579.       not be executed (bug #783667).
  6580.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
  6581.     * lang/czech: Updated, thanks to me :).
  6582.  
  6583. 2003-08-11 Michal Cihar  <nijel@users.sourceforge.net>
  6584.     * libraries/export/csv.php3, libraries/export/latex.php3,
  6585.       libraries/export/xml.php3: Added some stripslashes to generate correct
  6586.       exports.
  6587.  
  6588. 2003-08-10 Marc Delisle  <lem9@users.sourceforge.net>
  6589.     * server_status.php3: bug 786331, a 100,00% not internationalized,
  6590.       and align values for "More status variables"
  6591.     * libraries/grab_globals.lib.php3: probable fix for IIS HTTP auth bug
  6592.  
  6593. 2003-08-09 Marc Delisle  <lem9@users.sourceforge.net>
  6594.     * libraries/auth/cookie.auth.lib.php3: Cookies required message
  6595.       should not look like an error
  6596.  
  6597. 2003-08-08 Marc Delisle  <lem9@users.sourceforge.net>
  6598.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  6599.     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
  6600.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  6601.     * lang/english, french: typos about $strDBGMaxTimeMs
  6602.  
  6603. 2003-08-07 Marc Delisle  <lem9@users.sourceforge.net>
  6604.     * lang/serbian update, thanks to Mihailo Stefanovic
  6605.     * lang/romanian: Updated, thanks to Valics Lehel.
  6606.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  6607.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  6608.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  6609.     * lang/chinese_gb: Updated, thanks to Wang (fundawang).
  6610.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  6611.     * Documentation.html: bug 782597: FAQ 1.30 about Turck MMCache
  6612.  
  6613. 2003-08-06 Marc Delisle  <lem9@users.sourceforge.net>
  6614.     * sql.php3: bug 782925: fix "Showing rows..." message when user has
  6615.       put a LIMIT in the query
  6616.     * libraries/relation.lib.php3: bug 784143: SHOW CREATE TABLE on older
  6617.       MySQL versions
  6618.  
  6619. 2003-08-06 Michal Cihar  <nijel@users.sourceforge.net>
  6620.     * libraries/common.lib.php3: Parse better enum fields (bug #784154).
  6621.  
  6622. 2003-08-05 Garvin Hicking <me@supergarv.de>
  6623.     * libraries/common.lib.php3: Moved docu function (PHP3 compatbility)
  6624.       (Bug #782966)
  6625.     * tbl_change.php3: RFE #772991: Shorten dropdown field using
  6626.       $cfg['LimitChars']
  6627.     * tbl_change.php3: RFE #762221: Swap relational insert key order
  6628.  
  6629. 2003-08-05 Michal Cihar  <nijel@users.sourceforge.net>
  6630.     * sql.php3: Fixed regular expression.
  6631.     * libraries/export/latex.php3: Use "table (field)" instead of
  6632.       "table -> field" when dumping relations into LaTeX (bug #776957).
  6633.     * libraries/display_export.lib.php3, libraries/export/csv.php3,
  6634.       libraries/config_import.lib.php3, config.inc.php3: Allow column headers
  6635.       for Excel export (bug #771299).
  6636.     * header.inc.php3: Don't allow including this file twice.
  6637.     * db_details.php3, db_details_importdocsql.php3, export.php3,
  6638.       tbl_move_copy.php3, tbl_rename.php3: Added some html quoting.
  6639.     * libraries/tbl_change.js: When ENUM field has just one value, it could
  6640.       not be set to NULL (bug #783533).
  6641.     * tbl_move_copy.php3: Use database we're working on to avoid some problems
  6642.       with replicated databases (bug #780439).
  6643.     * read_dump.php3, sql.php3: Bookmark all SQL queries and not only the last
  6644.       one (bug #780569).
  6645.  
  6646. 2003-08-05 Marc Delisle  <lem9@users.sourceforge.net>
  6647.     * libraries/sqlparser.data.php3: bug 779453, wrong count
  6648.     * lang/turkish update, thanks to Bora Alioglu
  6649.     * lang/romanian: Updated, thanks to Valics Lehel.
  6650.     * lang/ukrainian: update, thanks to Markijan Baran
  6651.     * sql.php3: bug 782828, do not go into confirm dialog if we are coming
  6652.       from "Create PHP Code" or "Without PHP Code"
  6653.  
  6654. 2003-08-04 Michal Cihar  <nijel@users.sourceforge.net>
  6655.     * lang/czech: Updated.
  6656.  
  6657. 2003-08-01 Marc Delisle  <lem9@users.sourceforge.net>
  6658.     * tbl_select.php3: bug 697979, implemented a suggestion by
  6659.       Joerg Klein (j0erch) to do a SELECT * when all fields were selected
  6660.       on the Select page, to avoid (in most cases) a IE limitation
  6661.  
  6662. 2003-08-01 Alexander M. Turek  <rabus@users.sourceforge.net>
  6663.     * main.php3: Added link to charset page.
  6664.     * libraries/mysql_charsets.lib.php3, lang/*.inc.php3: More detailed charset
  6665.       information.
  6666.     * tbl_properties_structure.php3: Tooltips for collations.
  6667.  
  6668. 2003-07-31 Marc Delisle  <lem9@users.sourceforge.net>
  6669.     * tbl_replace_fields: bug 780793: a '+' sign in ENUM (or SET
  6670.       or a foreign key) was wrongly urldecoded to a space
  6671.     * sql.php3: bug 781170, bad check for DROP DATABASE and IF EXISTS
  6672.  
  6673. 2003-07-30 Marc Delisle  <lem9@users.sourceforge.net>
  6674.     * tbl_move_copy.php3: wrong Missing message
  6675.  
  6676. 2003-07-30 Alexander M. Turek  <rabus@users.sourceforge.net>
  6677.     * server_privileges.php3: Implemented some version checks to avoid bugs like
  6678.       #777785.
  6679.  
  6680. 2003-07-29 Marc Delisle  <lem9@users.sourceforge.net>
  6681.     * serbian: big update,
  6682.       thanks to Branislav Jovanovic <branej@users.sourceforge.net> and
  6683.       Mihailo Stefanovic <mst@mikis.org>
  6684.     * sql.php3: bug 779301: MySQL 3 and SELECT DISTINCT
  6685.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  6686.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  6687.     ### 2.5.3-rc1 released
  6688.  
  6689. 2003-07-29 Garvin Hicking <me@supergarv.de>
  6690.     * Documentation.html, config.inc.php3, read_dump.php3,
  6691.       css/phpmyadmin.css.php3, libraries/common.lib.php3,
  6692.       libraries/config_import.lib.php3, libraries/sqlparser.lib.php3
  6693.       o Introduced $cfg['IgnoreMultiSubmitErrors'] to let PMA continue
  6694.         execution of a multi-query statement even though single queries
  6695.         may fail
  6696.       o Introduced $cfg['VerboseMultiSubmit'] to let PMA show the result
  6697.         of each query of a multi-query statement (taking some maximum
  6698.         line/pieces amounts into account)
  6699.       o changed formatting of syntax_comment to include some space
  6700.     * libraries/common.lib.php3, libaries/mysql_wrappers.lib.php3:
  6701.       Display MySQL error code and link to the MySQL-Documentation of
  6702.       error codes
  6703.  
  6704. 2003-07-28 Alexander M. Turek  <rabus@users.sourceforge.net>
  6705.     * tbl_properties_structure.php3, css/phpmyadmin.css.php3: Use icons for
  6706.       multi-submit buttons.
  6707.  
  6708. 2003-07-28 Garvin Hicking <me@supergarv.de>
  6709.     * sql.php3, libraries/common.lib.php3 - when $cfg['SQP']['fmtType']
  6710.       is set to 'none', positively retain any user formatting for query
  6711.       output. (RFE #769219)
  6712.     * tbl_properties_structure.php3: fixed strNoDrop to strDrop
  6713.  
  6714. 2003-07-28 Marc Delisle  <lem9@users.sourceforge.net>
  6715.     * sql.php3: bug 778899, could not create a bookmark
  6716.     * ldi_table.php3: Users with register_global=off received some
  6717.       Missing messages, due to a missing "require" in ldi_table.php3
  6718.  
  6719. 2003-07-27 Alexander M. Turek  <rabus@users.sourceforge.net>
  6720.     * server_privileges.php3: A user could not edit his own global privileges.
  6721.  
  6722. 2003-07-25 Garvin Hicking <me@supergarv.de>
  6723.     * Documentation.html: Updated my E-Mail, added latest credits-items
  6724.     * images/*, config.inc.php3, db_details_structure.php3,
  6725.       libraries/common.lib.php3, table_details_structure.php3,
  6726.       libraries/display_tbl.lib.php3, Documentation.html,
  6727.       left.php3:
  6728.       Even more new images on more places: DB properties, Table
  6729.       properties, Table Display (LinkOrButton unified as well),
  6730.       Left frame.
  6731.       Multi-column mode also works for MySQL < 3.23.03 (does anybody even
  6732.       care?)
  6733.  
  6734. 2003-07-25 Marc Delisle  <lem9@users.sourceforge.net>
  6735.     * header.inc.php3: XHTML compatibility
  6736.     * libraries/sqlparser.lib.php3, /relation.lib.php3: bug 776789,
  6737.       unable to insert record with FK in another db
  6738.  
  6739. 2003-07-24 Garvin Hicking <me@supergarv.de>
  6740.     * libraries/sqlparser.lib.php3 - Confirmation is also needed on
  6741.       TRUNCATE statements!
  6742.     * libraries/common.lib.php3 - RFE #758051 (simpler PHPcode generation)
  6743.     * config.inc.php3, db_details_structure.php3, libraries/common.lib.php3,
  6744.       libraries/config_import.lib.php3: *EXPERIMENTAL* - implemented buttons
  6745.       for the database properties page and implemented RFE #752062: multi-
  6746.       column display for many tables.
  6747.       (thanks to Kawika Ohumukini [boogie33]).
  6748.  
  6749. 2003-07-24 Marc Delisle  <lem9@users.sourceforge.net>
  6750.     * libraries/sqlparser.lib.php3 /relation.lib.php3 /get_foreign.lib.php3:
  6751.       bug 772765, InnoDB and multi-columns foreign key
  6752.     * tbl_select.php3: LIKE in Select sub-page for non-text fields
  6753.  
  6754. 2003-07-23 Alexander M. Turek  <rabus@users.sourceforge.net>
  6755.     * libraries/mysql_charsets.lib.php3:
  6756.       - better method for retrieving the supported MySQL charsets;
  6757.       - fixed a bug that caused "armascii8" to appear twice in the charsets
  6758.         list (as "armascii8" and "armascii");
  6759.       - added ability to retrieve all collations and related MySQL settings;
  6760.       - added a function to build description strings for given collations
  6761.         (still needs some optimization).
  6762.     * libraries/sqlparser.data.php3: Support for SHOW COLLATION.
  6763.     * server_collations.php3, server_links.inc.php3, lang/*.inc.php3:
  6764.       New status page "Character Sets and Collations" for MySQL 4.1.
  6765.  
  6766. 2003-07-23 Marc Delisle  <lem9@users.sourceforge.net>
  6767.     * libraries/grab_globals.lib.php3: error when $_SERVER does not exist
  6768.     * tbl_printview.php3: wrong validation for path disclosure (bug 776436)
  6769.  
  6770. 2003-07-23 Garvin Hicking <me@supergarv.de>
  6771.     * css/phpmyadmin.css.php3: Removed 'lowercase' transform
  6772.       (Bug #769827)
  6773.     * libraries/display_export.lib.php3, libraries/export/sql.php3
  6774.       Only print Update/Creation/Check time when the checkbox 'Include
  6775.       Comments' is chosen. So it is now also possible to check that
  6776.       box even though the relational features could be deactivated.
  6777.       But all checks to relational comments will only use those if
  6778.       the relation features work.
  6779.  
  6780. 2003-07-22 Marc Delisle  <lem9@users.sourceforge.net>
  6781.     * lang/estonian update, thanks to finsoft@sourceforge.net.
  6782.     ### 2.5.2 released
  6783.  
  6784. 2003-07-20 Marc Delisle  <lem9@users.sourceforge.net>
  6785.     * tbl_properties_operations.php3: Do not display the
  6786.       "Referential integrity check" section for InnoDB tables
  6787.       as this was intended for pmadb relations
  6788.  
  6789. 2003-07-19 Marc Delisle  <lem9@users.sourceforge.net>
  6790.     * (in lots of scripts): checks for paths disclosure
  6791.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  6792.  
  6793. 2003-07-18 Garvin Hicking <me@supergarv.de>
  6794.     * read_dump.php3: When PHP3 < 4.3.0 is detected, try an alternative
  6795.       way of rewriting bookmark variables.
  6796.     * Documentation.html: Bookmark variable expansion only works with PHP
  6797.       4.3.0 and above
  6798.     * tbl_query_box.php3: For the querywindow - if no items are available
  6799.       for the 'file import' tab, hide the 'Go' button and instead display
  6800.       a warning message. Can happen if you don't have $cfg['UploadDir']
  6801.       set and $is_upload is false.
  6802.  
  6803. 2003-07-17 Marc Delisle  <lem9@users.sourceforge.net>
  6804.     * server_status.php3: the percentages of Query types did not add up
  6805.       to 100, because the number of connections is included in the total
  6806.       number of queries, thanks to jht001 ( Jams H Thompson )
  6807.  
  6808. 2003-07-17 Alexander M. Turek  <rabus@users.sourceforge.net>
  6809.     * tbl_change.php3, libraries/common.lib.php3: Fixed a MySQL 4.1 bug that
  6810.       appeared when inserting values into ENUM or SET fields.
  6811.  
  6812. 2003-07-17 Garvin Hicking <me@supergarv.de>
  6813.     * tbl_query_box.php3: Removed onsubmit() attribute of the noscript area.
  6814.       Thanks to andreas_e ;)
  6815.  
  6816. 2003-07-16 Michal Cihar  <nijel@users.sourceforge.net>
  6817.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  6818.  
  6819. 2003-07-16 Marc Delisle  <lem9@users.sourceforge.net>
  6820.     * libraries/export/sql.php3: bug 771575: wrong quotes for variable expansion
  6821.  
  6822. 2003-07-16 Alexander M. Turek  <rabus@users.sourceforge.net>
  6823.     * libraries/functions.js: Bug #771794 (CHAR length check although field name
  6824.       is empty).
  6825.  
  6826. 2003-07-15 Marc Delisle  <lem9@users.sourceforge.net>
  6827.     * tbl_properties.inc.php3: bug 771523: wrong type displayed for
  6828.       a LONGTEXT with character set latin7
  6829.     * db_details_structure.php3, tbl_properties_structure.php3: missing
  6830.       $err_url for mult_submits
  6831.     * scripts/create-tables.sql: don't use backquotes in USE
  6832.  
  6833. 2003-07-14 Garvin Hicking <me@supergarv.de>
  6834.     * Documentation.html: Link to phpMyAdmin homepage for a 'link section'
  6835.  
  6836. 2003-07-14 Alexander M. Turek  <rabus@users.sourceforge.net>
  6837.     * libraries/sqlparser.data.php3: SHOW BINLOG EVENTS.
  6838.  
  6839. 2003-07-14 Marc Delisle  <lem9@users.sourceforge.net>
  6840.     ### 2.5.2-rc2 released
  6841.  
  6842. 2003-07-12 Marc Delisle  <lem9@users.sourceforge.net>
  6843.     * mult_submit.inc.php3: bug 770095, error in multiple TRUNCATEs
  6844.     * lang/estonian update, thanks to finsoft@sourceforge.net.
  6845.  
  6846. 2003-07-11 Marc Delisle  <lem9@users.sourceforge.net>
  6847.     * lang/turkish update, thanks to Bora Alioglu
  6848.     * lang/slovak update, thanks to Lubos Klokner
  6849.  
  6850. 2003-07-11 Alexander M. Turek  <rabus@users.sourceforge.net>
  6851.     * db_create.php3:
  6852.       - Display CREATE DATABASE query;
  6853.       - Call user-defined default tab instead of hardcoded db_details.php3.
  6854.     * index.php3: Don't display scrollbars in queryframe (Opera fix).
  6855.     * libraries/display_export.lib.php3: Disabled XML export for multiple
  6856.       databases because an XML file must not contain more than one database.
  6857.  
  6858. 2003-07-10 Garvin Hicking <me@supergarv.de>
  6859.     * libraries/display_tbl.lib.php3: Let the default function take
  6860.       the honor to replace special strings, so that a non-default function
  6861.       does not necessary have them introduced. Very convenient for the
  6862.       text/plain->formatted display, which would otherwise get every
  6863.       CR/LF converted to a <br> and introduce nasty skew.
  6864.  
  6865. 2003-07-10 Marc Delisle  <lem9@users.sourceforge.net>
  6866.     * pdf_schema.php3: do not display a foreign table if it's not selected
  6867.       by user to be on the schema
  6868.  
  6869. 2003-07-10 Michal Cihar  <nijel@users.sourceforge.net>
  6870.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  6871.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  6872.     * footer.inc.php3: Fix JS error when in query window is not active SQL
  6873.       tab.
  6874.  
  6875. 2003-07-09 Michal Cihar  <nijel@users.sourceforge.net>
  6876.     * libraries/auth/cookie.auth.lib.php3: Fixed broken login with backslash
  6877.       in password/username (bug #747020).
  6878.     * server_privileges.php3: Fixed escaping when backslash in
  6879.       password/username.
  6880.     * libraries/export/sql.php3: Separate extended inserts by , and not by ;
  6881.       (bug #768351).
  6882.     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
  6883.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  6884.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  6885.  
  6886. 2003-07-09 Garvin Hicking <me@supergarv.de>
  6887.     * tbl_query_box.php3: Fix Bug #768652 (sql history tab submittet to
  6888.       whole frameset)
  6889.     * Documentation.html, config.inc.php3, libraries/common.lib.php3,
  6890.       libraries/config_import.lib.php3, header.inc.php3: Created auto-detection
  6891.       for $cfg['OBGzip'] and set this as default. It will auto-enable OBGzip
  6892.       for all browsers except IE6.x. Created a meta-header to identify which
  6893.       setting is used, to make our debugging of bugreports easier.
  6894.  
  6895. 2003-07-08 Garvin Hicking <me@supergarv.de>
  6896.     * tbl_query_box.php3, footer.inc.php3: Removed any 'top.' DOM reference.
  6897.       This enables phpMyAdmin to be used within a frameset without trying
  6898.       to escape out of the security JS-sandbox zone. Tested with IE6, Mozilla
  6899.       1.4 and IE5.5.
  6900.  
  6901. 2003-07-08 Marc Delisle  <lem9@users.sourceforge.net>
  6902.     * libraries/sqlparser.lib.php3, sql.php3: bug 762213,
  6903.       incorrect row count for MySQL 4.1 subqueries;
  6904.       bug 649665, incorrect row count for UNIONs
  6905.  
  6906. 2003-07-08 Michal Cihar  <nijel@users.sourceforge.net>
  6907.     * config.inc.php3, tbl_properties_operations.php3,
  6908.       libraries/config_import.lib.php3, libraries/display_export.lib.php3,
  6909.       libraries/export/sql.php3, lang/*: Added checkbox for exporting/copying
  6910.       AUTO_INCREMENT value (RFE #763957).
  6911.     * mult_submits.inc.php3: Fixed undefined variable warning (bug #767740).
  6912.     * pdf_schema.php3: Don't use hardcoded sizes of paper (bug #767680).
  6913.     * lang/chinese_gb: Updated, thanks to Wang (fundawang).
  6914.     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
  6915.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  6916.     * lang/romanian: Updated, thanks to Valics Lehel.
  6917.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  6918.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
  6919.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  6920.  
  6921. 2003-07-08 Alexander M. Turek  <rabus@users.sourceforge.net>
  6922.     * libraries/common.lib.php3: Send headers before exiting because of missing
  6923.       MySQL extension.
  6924.     * lang/german-*.inc.php3: Updates.
  6925.  
  6926. 2003-07-07 Alexander M. Turek  <rabus@users.sourceforge.net>
  6927.     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
  6928.       compatibility.
  6929.     * libraries/common.lib.php3: Dynamic loading of MySQL extension always failed.
  6930.  
  6931. 2003-07-07 Garvin Hicking <me@supergarv.de>
  6932.     * tbl_change.php3: Fix undefined index for disp_query
  6933.       (when inserting a new row with a file uploaded to a column)
  6934.     * libraries/transformations/image_jpeg__inline.inc.php3,
  6935.       libraries/transformations/image_png__inline.inc.php3: Proper escaping
  6936.       of &
  6937.     * libraries/common.lib.php3, libraries/defines.lib.php3: Safari detection,
  6938.       smaller default font size (like OPERA). Bug #752646.
  6939.  
  6940. 2003-07-07 Marc Delisle  <lem9@users.sourceforge.net>
  6941.     * libraries/auth/cookie.auth.lib.php3, config.inc.php3, user_password.php3,
  6942.       Documentation.html: only one blowfish secret is necessary for
  6943.       all servers, thanks to Alexander M. Turek
  6944.     ### 2.5.2-rc1 released
  6945.  
  6946. 2003-07-06 Michal Cihar  <nijel@users.sourceforge.net>
  6947.     * lang/czech: Updated.
  6948.     * css/phpmyadmin.css.php3: url() should not contain quotes.
  6949.  
  6950. 2003-07-06 Alexander M. Turek  <rabus@users.sourceforge.net>
  6951.     * lang/german-*.inc.php3: Updates.
  6952.     * libraries/export/sql.php3: Fixed bug #761956 (timestamp export fails).
  6953.  
  6954. 2003-07-05 Marc Delisle  <lem9@users.sourceforge.net>
  6955.     * libraries/auth/config.auth.lib.php3, lang/*.php3:
  6956.       $strAccessDeniedExplanation
  6957.     * lang/swedish update, thanks to Bj├╢rn T. Hallberg (bth).
  6958.     * lang/polish update, thanks to Jakub Wilk (ubanus).
  6959.  
  6960. 2003-07-05 Michal Cihar  <nijel@users.sourceforge.net>
  6961.     * lang/czech: Updated.
  6962.  
  6963. 2003-07-04 Marc Delisle  <lem9@users.sourceforge.net>
  6964.     * libraries/auth/cookie.auth.lib.php3: PHP3 compatibility
  6965.     * user_password.php3, libraries/auth/cookie.auth.lib.php3:
  6966.       sometimes, binary contents in cookies is not retrieved properly,
  6967.       so protect it with base64_encode()
  6968.     * lang/ukrainian: update, thanks to Markijan Baran
  6969.  
  6970. 2003-07-03 Marc Delisle  <lem9@users.sourceforge.net>
  6971.     * lang/romanian update, thanks to Valics Lehel
  6972.     * lang/turkish update, thanks to Bora Alioglu
  6973.     * lang/italian update, thanks to Pietro Danesi
  6974.  
  6975. 2003-07-01 Marc Delisle  <lem9@users.sourceforge.net>
  6976.     * Documentation.html: faq 8.1 about security alert of 2003-06-18
  6977.     * tbl_properties_links.php3: fix missing SQL section for exports
  6978.     * libraries/auth/cookie.auth.lib.php3, libraries/blowfish.php3,
  6979.       libraries/common.lib.php3, libraries/config_import.lib.php3,
  6980.       config.inc.php3, user_password.php3, Documentation.html, lang/*:
  6981.       now used the blowfish algorithm to encrypt the password in the
  6982.       temporary cookie
  6983.  
  6984. 2003-06-30 Marc Delisle  <lem9@users.sourceforge.net>
  6985.     * lang/french: update
  6986.  
  6987. 2003-06-30 Michal Cihar  <nijel@users.sourceforge.net>
  6988.     * tbl_properties_operations.php3, lang/*: Reorganised layout a bit, added
  6989.       CHECK link for InnoDB, use correct table type name fo BerkeleyDB.
  6990.     * tbl_query_box.php3: Moved load text files link outside form.
  6991.  
  6992. 2003-06-27 Garvin Hicking <dont_sobic.c_me_please@supergarv.de>
  6993.     * left.php3: Removed debugging code
  6994.  
  6995. 2003-06-27 Michal Cihar  <nijel@users.sourceforge.net>
  6996.     * libraries/display_tbl.lib.php3, libraries/relation.lib.php3: Added some
  6997.       checks to avoid trying to use relations when no table (bug #761835).
  6998.  
  6999. 2003-06-27 Marc Delisle  <lem9@users.sourceforge.net>
  7000.     * sql.php3: bug 760648: incorrect result count on MySQL 3
  7001.  
  7002. 2003-06-26 Marc Delisle  <lem9@users.sourceforge.net>
  7003.     * lang/ukrainian: update, thanks to Markijan Baran
  7004.     * libraries/sqlparser.lib.php3 typo
  7005.  
  7006. 2003-06-26 Michal Cihar  <nijel@users.sourceforge.net>
  7007.     * sql.php3, tbl_properties_links.php3, tbl_properties_structure.php3: Go
  7008.       back to tbl_properties_structure.php3 when not dropping table.
  7009.  
  7010. 2003-06-25 Marc Delisle  <lem9@users.sourceforge.net>
  7011.     * scripts/create-release.sh: typo, bzip should be bzip2
  7012.     * libraries/sqlparser.lib.php3, tbl_properties_export.php3:
  7013.       bug 760648 export SELECT DISTINCT results
  7014.  
  7015. 2003-06-25 Michal Cihar  <nijel@users.sourceforge.net>
  7016.     * libraries/sqlparser.lib.php3: Fixed XSS problem.
  7017.     * tbl_properties.inc.php3, libraries/functions.js: Alert user when not
  7018.       specied length for CHAR/VARCHAR fields.
  7019.     * libraries/export/{csv,latex,xml}.php3: Use correct field names when
  7020.       exporting custom SQL (also saves one SQL query for export) (fixes bug
  7021.       #755386).
  7022.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  7023.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  7024.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  7025.     * lang/czech:  Updated.
  7026.     * lang/*: Removed duplicate strReset.
  7027.     * lang/check_lang.sh: Ignore japanese specific messages.
  7028.     * sql.php3, libraries/display_export.lib.php3: Support for exporting any
  7029.       query into CSV/LaTeX/XML (RFE #684804).
  7030.  
  7031. 2003-06-24 Marc Delisle  <lem9@users.sourceforge.net>
  7032.     * sql.php3, bug 759568, row count, DISTINCT and MySQL 4
  7033.  
  7034. 2003-06-23 Marc Delisle  <lem9@users.sourceforge.net>
  7035.     * pdf_pages.php3: automatic layout start at 300,300 for better look
  7036.       on the dom-drag scratchboard
  7037.  
  7038. 2003-06-23 Garvin Hicking <me@supergarv.de>
  7039.     * Documentation.html, config.inc.php3, pdf_pages.php3,
  7040.       css/phpmyadmin.css.php3, libraries/common.lib.php3,
  7041.       libraries/config_import.lib.php3, libraries/dom-drag.js,
  7042.       libraries/functions.js: Added Patch #757907: DHTML WYSIWYG-control
  7043.       for PDF-relation setup. Based on DOM-drag.js, a library provided
  7044.       by Aaron Boodman (youngpup.net).
  7045.     * lang/german*: Updates
  7046.     * lang/*, pdf_pages.php3: Strings for DHTML scratchboard
  7047.  
  7048. 2003-06-23 Alexander M. Turek  <rabus@users.sourceforge.net>
  7049.     * lang/arabic-*.inc.php3, lang/czech-*.inc.php3, lang/finnish-*.inc.php3,
  7050.       lang/french-*.inc.php3, lang/georgian-utf-8.inc.php3,
  7051.       lang/lithuanian-*.inc.php3, lang/malay-*.inc.php3,
  7052.       lang/russian-*.inc.php3, lang/ukrainian-*.inc.php3: Checked all language
  7053.       files for incomplete arrays ($byteUnits, $day_of_week and $month).
  7054.     * libraries/common.lib.php3: Security fix against bad JS code.
  7055.     * translators.html: Removed Lo├»c from list; he is inactive at the moment.
  7056.     * Documentation.html: Changed my email address.
  7057.  
  7058. 2003-06-22 Robin Johnson <robbat2@users.sourceforge.net>
  7059.     * scripts/updatedocs.sh:
  7060.       - Cleanup scripts/updatedocs.sh (I use it elsewhere as well).
  7061.     * scripts/create-release.sh:
  7062.       - Moved to using updatedocs.sh for updating documentation.
  7063.       - Make tarring faster by re-arranging ops.
  7064.  
  7065. 2003-06-21 Marc Delisle  <lem9@users.sourceforge.net>
  7066.     * sql.php3: typo in call to cleanup columns
  7067.  
  7068. 2003-06-20 Marc Delisle  <lem9@users.sourceforge.net>
  7069.     * pdf_schema.php3: use PMA_getForeigners()
  7070.     * db_details_qbe.php3: undefined variable
  7071.  
  7072. 2003-06-20 Garvin Hicking <me@supergarv.de>
  7073.     * db_details_importdocsql.php3: Will now NEVER reveal any filename
  7074.       the docSQL import isn't able to read. Can now only read contents
  7075.       of the 'docSQL' subdirectory and never be able to go higher than
  7076.       that level.
  7077.  
  7078. 2003-06-19 Marc Delisle  <lem9@users.sourceforge.net>
  7079.     * libraries/sqlparser.lib.php3: analyzer for FOREIGN KEYS
  7080.     * libraries/sqlparser.lib.php3: bug 756861, DEFAULT 0 becomes DEFAULT0
  7081.     * libraries/display_tbl.lib.php3: use PMA_getForeigners()
  7082.     * libraries/relation.lib.php3: now PMA_getForeigners() gets also
  7083.       foreign keys defined in innnodb
  7084.     * tbl_select.php3: use PMA_getForeigners() also for innodb
  7085.  
  7086. 2003-06-17 Michal Cihar  <nijel@users.sourceforge.net>
  7087.     * config.inc.php3: Fixed typo (s/'PMA_pdf_page'/'PMA_pdf_pages'/).
  7088.  
  7089. 2003-06-17 Alexander M. Turek  <rabus@users.sourceforge.net>
  7090.     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
  7091.  
  7092. 2003-06-16 Michal Cihar  <nijel@users.sourceforge.net>
  7093.     * index.php3: Use $cfg['DefaultTabServer'] (bug #754260).
  7094.  
  7095. 2003-06-14 Michal Cihar  <nijel@users.sourceforge.net>
  7096.     * export.php3: Fixed saving compressed dumps on server.
  7097.     * libraries/display_export.lib.php3: Fixed description for line
  7098.       terminating character.
  7099.  
  7100. 2003-06-13 Marc Delisle  <lem9@users.sourceforge.net>
  7101.     * libraries/sqlparser.data.php3: bug 753813, "session" is not
  7102.       a reserved word
  7103.  
  7104. 2003-06-13 Michal Cihar  <nijel@users.sourceforge.net>
  7105.     * libraries/charset_conversion.lib.php3, libraries/common.lib.php3,
  7106.       libraries/defines_php.lib.php3, libraries/dbg/setup.php3: Use new PMA_dl
  7107.       function, that checks true dl availability (fixes #747717). All checks
  7108.       are based on php 4.3.1 source, so if this gets changed, we will need to
  7109.       change checks also.
  7110.  
  7111. 2003-06-12 Marc Delisle  <lem9@users.sourceforge.net>
  7112.     * libraries/relation.lib.php3: bug 751787: should not disable all
  7113.       the features, when the relation feature is broken
  7114.  
  7115. 2003-06-11 Marc Delisle  <lem9@users.sourceforge.net>
  7116.     * libraries/auth/cookie.auth.lib.php3: undefined scheme
  7117.     * main.php3: undefined scheme
  7118.  
  7119. 2003-06-10 Marc Delisle  <lem9@users.sourceforge.net>
  7120.     * db_details_qbe.php3: bug 751787, missing FROM part in query generator
  7121.     * libraries/export/sql.php3: typo largeblob -> longblob
  7122.  
  7123. 2003-06-10 Michal Cihar  <nijel@users.sourceforge.net>
  7124.     * scripts/create-release.sh: Set correct permissions before releasing.
  7125.     * Documentation, config.inc.php3, db_details_export.php3, export.php3,
  7126.       main.php3, server_export.php3, server_links.inc.php3, tbl_dump.php3,
  7127.       tbl_move_copy.php3, tbl_properties_export.php3, lang/*,
  7128.       libraries/build_dump.lib.php3, libraries/config_import.lib.php3,
  7129.       libraries/display_export.lib.php3, libraries/export/*: Reworked export,
  7130.       changes:
  7131.         - support for exporting selected databases
  7132.         - if not needed buffering, output is send directly
  7133.         - unifies all export, so there is now more common code
  7134.         - sql export can contain relations and mime types in comments
  7135.         - configurable defaults for export.
  7136.  
  7137. 2003-06-09 Michal Cihar  <nijel@users.sourceforge.net>
  7138.     * libraries/display_tbl.lib.php3: Display Full/Partial text links for
  7139.       almost every select.
  7140.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  7141.     * lang/czech: Updated.
  7142.  
  7143. 2003-06-08 Alexander M. Turek  <rabus@users.sourceforge.net>
  7144.     * server_privileges.php3: MySQL 4.1 users could not edit column privileges.
  7145.     * tbl_properties.inc.php3, tbl_properties_structure.inc.php3:
  7146.       SET and ENUM fields may have a character set, too.
  7147.  
  7148. 2003-06-07 Alexander M. Turek  <rabus@users.sourceforge.net>
  7149.     * libraries/common.lib.php3: Incremented required config.inc.php3 revision
  7150.       number.
  7151.     * tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
  7152.       tbl_properties.inc.php3, tbl_properties_operations.php3,
  7153.       tbl_properties_structure.php3, tbl_properties_table_info.php3,
  7154.       libraries/mysql_charsets.lib.php3: Improved MySQL 4.1 support:
  7155.       - phpMyAdmin is now able to assign / alter table and field charsets;
  7156.       - The table structure page sometimes displayed "Array" in the charset
  7157.         column;
  7158.       - When altering the field type, the input box for the field length
  7159.         sometimes had a strange default value.
  7160.  
  7161. 2003-06-06 Marc Delisle  <lem9@users.sourceforge.net>
  7162.     * Documentation.html, config.inc.php3: new LimitChars behavior
  7163.  
  7164. 2003-06-06 Michal Cihar  <nijel@users.sourceforge.net>
  7165.     * mult_submits.inc.php3: Missing ;.
  7166.     * libraries/relation_cleanup.lib.php3, mult_submits.inc.php3, sql.php3:
  7167.       Cleanup phpMyAdmin tables also after multi submit actions (RFE #749989).
  7168.     * tbl_query_box.php3: Don't add target if not in query window.
  7169.     * libraries/display_tbl.lib.php3: $cfg['LimitChars'] now limits all fields
  7170.       (RFE #742123).
  7171.     * pdf_pages.php3: Fixed undefined index warnings, don't attemt to
  7172.       edit/display deleted page just after deleting.
  7173.     * libraries/config_import.lib.php3, lang/*, config.inc.php3,
  7174.       db_details_structure.php3, pdf_pages.php3, pdf_schema.php3: User can
  7175.       select paper size for pdf (RFE #631551).
  7176.     * read_dump.php3: Fixed undefined variable warning (bug #750070).
  7177.     * libraries/sqlparser.lib.php3: Fixed bad displaying of parser bug report
  7178.       (bug #678289).
  7179.  
  7180. 2003-06-05 Marc Delisle  <lem9@users.sourceforge.net>
  7181.     * Documentation.html: new faq 6.20 about CREATE TEMPORARY TABLES
  7182.     * libraries/sqlparser.lib.php3: bug 716679, parsing of negation operator
  7183.     * tbl_properties_links.php3, tbl_properties_operations.php3: merge
  7184.       the Options tab into Operations
  7185.  
  7186. 2003-06-05 Michal Cihar  <nijel@users.sourceforge.net>
  7187.     * libraries/display_export.lib.php3, libraries/functions.js: Some
  7188.       javascript cleanup.
  7189.     * db_details_links.php3: Display Query tab even with no tables.
  7190.     * libraries/charset_conversion.lib.php3: Default iconv parameters to empty
  7191.       string.
  7192.     * config.inc.php3, left.php3, libraries/config_import.lib.php3: Optional
  7193.       dropdown for server list in left frame (RFE #555978).
  7194.     * tbl_query_box.php3: Possibility to upload SQL file with no database
  7195.       selected (RFE #641760).
  7196.     * lang/czech: Typo.
  7197.  
  7198. 2003-06-04 Marc Delisle  <lem9@users.sourceforge.net>
  7199.     * libraries/sqlparser.lib.php3: bug 592692, pretty printer
  7200.       and GRANT or REVOKE
  7201.     * libraries/sqlparser.lib.php3: bug 683975, various pretty printer bugs
  7202.  
  7203. 2003-06-04 Michal Cihar  <nijel@users.sourceforge.net>
  7204.     * mult_submits.inc.php3: Use TRUNCATE when using MySQL 4 (bug #748792).
  7205.  
  7206. 2003-06-03 Marc Delisle  <lem9@users.sourceforge.net>
  7207.     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
  7208.     * lang/slovak update, thanks to Lubos Klokner
  7209.  
  7210. 2003-06-03 Michal Cihar  <nijel@users.sourceforge.net>
  7211.     * libraries/config_import.lib.php3: Fixed MySQLManualType/MySQLManualBase
  7212.       setting.
  7213.  
  7214. 2003-06-03 Garvin Hicking <me@supergarv.de>
  7215.     * lang/*, tbl_query_box.php3, Documentation.html, footer.inc.php3:
  7216.       (Experimental)
  7217.       New feature - The automatic update of the query window seems to
  7218.       cause some headache for users. They type in their query, want to
  7219.       look in a different table for some fields, want to switch back to
  7220.       their browser window and the changes are lost because the last table
  7221.       is always filled in. Now we have a checkbox to preserve the edited
  7222.       content from any update outside of the window. It is automatically
  7223.       checked by editing the contents of the query textarea and can be
  7224.       unchecked to restore previous behaviour. Thanks to Alexander Meis
  7225.       for this suggestion. Optionally we could build in a config variable
  7226.       to override this 'onChange' effect, but I guess it's not necessary.
  7227.     * libraries/display_tbl.lib.php3: Bug #748084 - Use preg_replace instead
  7228.       of ereg_replace, because it interprets \0, \1 and so on not as strings
  7229.       but as regex-subpatterns and fails to convert those strings correctly.
  7230.       We'll have to see if that can be the case on other usages of
  7231.       preg_replace as well.
  7232.  
  7233. 2003-06-02 Alexander M. Turek  <rabus@users.sourceforge.net>
  7234.     * server_status.php3: RFE #723325 (Move total query statistics).
  7235.  
  7236. 2003-06-02 Michal Cihar  <nijel@users.sourceforge.net>
  7237.     * libraries/display_tbl.lib.php3, lang/*: Better text on button for
  7238.       executing bookmark (bug #745993).
  7239.     * scripts/create-release.sh: Better checking for input, exit when cvs
  7240.       doesn't work, don't include CVS and .cvsignore in tarballs, don't chmod
  7241.       everything to 775.
  7242.     * libraries/build_dump.lib.php3, libraries/display_export.lib.php3,
  7243.       tbl_dump.php3, lang/*: Allow to replace "NULL" with alternative string
  7244.       (RFE #747343).
  7245.     * Documentation.*: Add simple LaTeX document, to show how to use LaTeX
  7246.       export.
  7247.     * main.php3: Add server to phpinfo link to avoid relogin with more
  7248.       servers.
  7249.     * main.php3, tbl_properties.inc.php3: Replace target="_new" with
  7250.       target="_blank" as it should be.
  7251.  
  7252. 2003-06-02 Marc Delisle  <lem9@users.sourceforge.net>
  7253.     ### 2.5.1 released
  7254.     * (not in 2.5.1) sql.php3: bug 747451, incorrect detection of
  7255.       PROCEDURE ANALYSE()
  7256.  
  7257. 2003-06-02 Alexander M. Turek  <rabus@users.sourceforge.net>
  7258.     * Happy Birthday to me :-)
  7259.     * libraries/sqlparser.lib.php3: Correct behavior for "SHOW INNODB STATUS".
  7260.  
  7261. 2003-06-01 Michal Cihar  <nijel@users.sourceforge.net>
  7262.     * config.inc.php3, libraries/config_import.lib.php3: Default iconv
  7263.       parameters to empty string, as older iconv version don't support it
  7264.       (bug #747164).
  7265.  
  7266. 2003-06-01 Alexander M. Turek  <rabus@users.sourceforge.net>
  7267.     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
  7268.  
  7269. 2003-06-01 Marc Delisle  <lem9@users.sourceforge.net>
  7270.     * lang/chinese_gb: Update thanks to Wang (fundawang).
  7271.  
  7272. 2003-05-30 Marc Delisle  <lem9@users.sourceforge.net>
  7273.     * lang/romanian updates, thanks to Valics Lehel
  7274.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  7275.     * lang/polish: update, thanks to Jakub Wilk
  7276.  
  7277. 2003-05-30 Alexander M. Turek  <rabus@users.sourceforge.net>
  7278.     * lang/bulgarian-*.inc.php3: Updates, thanks to
  7279.       Stanislav Yordanov (stanprog).
  7280.     * tbl_properties_structure.inc.php3:
  7281.       - Fixed display for tables with few indexes;
  7282.       - BLOBs are always binary;
  7283.       - RFE #623665 (MySQL 4.1 support):
  7284.         - Fixed display of field charsets;
  7285.         - The table charset is now displayed.
  7286.     * libraries/sqlparser.data.php3: Added CHARSET, SQL_CACHE, SQL_NO_CACHE.
  7287.     * tbl_change.php3: binary fields with CHARACTER SET definition were treated
  7288.       as SET fields (again RFE #623665).
  7289.     * Documentation.html:
  7290.       - Declared MySQL 4.1 support as experimental;
  7291.       - Added some notes about MySQL 4.1 / 5.0;
  7292.       - php 5.0.0-dev should work fine with phpMyAdmin - it has been doing so at
  7293.         least on my test machines for a couple of months.
  7294.     * scripts/create-tables.sql: Added some notes about lower_case_table_names.
  7295.     * libraries/sqlparser.lib.php3: Parser treated "CHARACTER" as column type,
  7296.       even if it was used in "CHARACTER SET".
  7297.     * libraries/common.lib.php3:
  7298.       - Removed check for default tab values: They are already checked in
  7299.         config_import.lib.php3;
  7300.       - Corrected config file revison;
  7301.       - XHTML fixes.
  7302.     * server_databases.php3: Small interface fixes.
  7303.     * translators.html: Removed a dublicate message.
  7304.  
  7305. 2003-05-29 Michal Cihar  <nijel@users.sourceforge.net>
  7306.     * lang/czech: Updated.
  7307.  
  7308. 2003-05-29 Marc Delisle  <lem9@users.sourceforge.net>
  7309.     * ldi_check.php3, ldi_table.php3, lang/*: bug 740607, now autodetect
  7310.       the best method (LOCAL or not) in the LOAD dialog, and allow user
  7311.       to override it
  7312.  
  7313. 2003-05-29 Garvin Hicking <me@supergarv.de>
  7314.     * index.php3: Add frameborder to allow resizing. Introduces a 1px
  7315.       bar, but cannot be solved. Note that this is only neccessary
  7316.       for Mozilla, IE5/6 allow resizing with a "0" frameborder
  7317.     * footer.inc.php3: Only update queryframes DB/Table info when
  7318.       no error happened in a query.
  7319.     * ldi_table.php3: Use <label> tags for the new radio buttons as with
  7320.       our other GUI elements.
  7321.  
  7322. 2003-05-28 Alexander M. Turek  <rabus@users.sourceforge.net>
  7323.     * translators.html: Typo.
  7324.  
  7325. 2003-05-28 Marc Delisle  <lem9@users.sourceforge.net>
  7326.     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
  7327.     * lang/chinese_gb: Update thanks to Wang (fundawang).
  7328.     * translators.html: more typos
  7329.  
  7330. 2003-05-28 Garvin Hicking <me@supergarv.de>
  7331.     * libraries/sqlvalidator.class.php3: Fix Bug #739096: Because
  7332.       the PEAR library and PHP changed the way how referenced variables
  7333.       get accessed, we have to pre-initialize the array and submit that
  7334.       to the PEAR call() funktion.
  7335.     * index.php3: Bug #743856. Fixed trinary operator, thanks to Virgile
  7336.       Petit!
  7337.     * tbl_relation.php3: Will now not show a selected display field, if
  7338.       none has been set yet for a table to not let users think, the key
  7339.       is set.
  7340.  
  7341. 2003-05-26 Michal Cihar  <nijel@users.sourceforge.net>
  7342.     * lang/czech: sorted.
  7343.  
  7344. 2003-05-26 Marc Delisle  <lem9@users.sourceforge.net>
  7345.     * lang/chinese_big5: Updated, thanks to Siu Sun
  7346.     ### 2.5.1-rc1 released
  7347.  
  7348. 2003-05-26 Michal Cihar  <nijel@users.sourceforge.net>
  7349.     * documentation, config.inc.php3, tbl_change.php3,
  7350.       tbl_properties.inc.php3, libraries/config_import.lib.php3: possibility
  7351.       to disable ctrl+arrows moving.
  7352.  
  7353. 2003-05-25 Garvin Hicking <me@supergarv.de>
  7354.     * left.php3: Fix #742632 finally: Refresh to main.php3
  7355.       if an empty DB has been selected.
  7356.  
  7357. 2003-05-25 Marc Delisle  <lem9@users.sourceforge.net>
  7358.     * left.php3: new fix for #742632
  7359.     * lang/polish: update, thanks to Jakub Wilk
  7360.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  7361.  
  7362. 2003-05-24 Marc Delisle  <lem9@users.sourceforge.net>
  7363.     * Documentation.html: talk about left frame levels
  7364.     * lang/galician: update, thanks to Xos├⌐ Calvo
  7365.     * lang/turkish: update, thanks to Bora Alioglu
  7366.  
  7367. 2003-05-24 Garvin Hicking <me@supergarv.de>
  7368.     * left.php3: Fix bug #742632, thanks to Kai Butchkau!
  7369.     * read_dump.php3: Bug #741256
  7370.     * footer.inc.php, tbl_query_box.php3: Only focus the mainframe
  7371.       when a query was submitted from the query window
  7372.  
  7373. 2003-05-23 Marc Delisle  <lem9@users.sourceforge.net>
  7374.     * libraries/sqlparser.lib.php3: bug 653964: wrong alias set by
  7375.       the analyzer, bug analyzed thanks to Michal!
  7376.  
  7377. 2003-05-23 Michal Cihar  <nijel@users.sourceforge.net>
  7378.     * read_dump.php3, tbl_alter.php3: Tabs highlighting...
  7379.  
  7380. 2003-05-22 Marc Delisle  <lem9@users.sourceforge.net>
  7381.     * lang/romanian updates, thanks to Valics Lehel
  7382.  
  7383. 2003-05-22 Michal Cihar  <nijel@users.sourceforge.net>
  7384.     * tbl_indexes.php3, libraries/common.lib.php3: Better tabs highlighting
  7385.       when editing indexes.
  7386.     * tbl_replace_fields.php3, libraries/build_dump.lib.php3,
  7387.       libraries/display_tbl.lib.php3: Don't hexify BLOB if it is empty (bug
  7388.       #741599).
  7389.     * Documentation, config.inc.php3, libraries/config_import.lib.php3,
  7390.       libraries/defines_php.lib.php3: Improved GD 2 detection (bugs #736111,
  7391.       #741192).
  7392.     * lang/sync_lang.sh: Removed dropped farsi translation.
  7393.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  7394.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  7395.     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
  7396.  
  7397. 2003-05-22 Garvin Hicking <me@supergarv.de>
  7398.     * sql.php3, libraries/common.lib.php3: Bug #692854: Never execute
  7399.       a query in (with/without) PHP code views, and display a new
  7400.       "Execute query" link in this mode.
  7401.     * lang/german*: Update.
  7402.  
  7403. 2003-05-20 Garvin Hicking <me@supergarv.de>
  7404.     * index.php3: New rewrite of how the frameset is created
  7405.       (Patch item #738226 plus some <noframes> corrections).
  7406.       This fixes compatibility problems, even though it's not
  7407.       valid XHTML 1.0, because the <script>/<noscript> tags are
  7408.       not allowed in there.
  7409.  
  7410. 2003-05-20 Marc Delisle  <lem9@users.sourceforge.net>
  7411.     * lang/korean update, thanks to WooSuhan
  7412.     * lang/estonian update, thanks to finsoft@sourceforge.net.
  7413.     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
  7414.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  7415.     * lang/slovak update, thanks to Lubos Klokner
  7416.  
  7417. 2003-05-20 Michal Cihar  <nijel@users.sourceforge.net>
  7418.     * tbl_change.php3: Fixed table layout when LongtextDoubleTextarea is
  7419.       false.
  7420.     * tbl_select.php3: Fixed problems with empty value in enum (bug #740420).
  7421.  
  7422. 2003-05-18 Marc Delisle  <lem9@users.sourceforge.net>
  7423.     * left.php3, index.php3: bug 739348: because the db name is no longer
  7424.       encoded in left.php3 (to accomodate html entities), we have to stop
  7425.       decoding it, otherwise a db name with a plus sign is not selectable
  7426.     * sql.php3: bug 738508: do a quick count on the rows to avoid
  7427.       a slow SQL_CALC_FOUND_ROWS, when "just browsing" (experimental)
  7428.  
  7429. 2003-05-15 Michal Cihar  <nijel@users.sourceforge.net>
  7430.     * Documentation, config.inc.php3, tbl_change.php3,
  7431.       libraries/config_import.lib.php3: Double sized textarea for LONGTEXT is
  7432.       configurable (RFE #737174).
  7433.  
  7434. 2003-05-14 Michal Cihar  <nijel@users.sourceforge.net>
  7435.     * libraries/display_export.lib.php3, tbl_dump.php3: Support for exporting
  7436.       CSV for multiple tables, it just puts all content into one file, but
  7437.       some people seem to want this (based on patch #735136).
  7438.     * tbl_dump.php3, lang/*: Use other messages (thanks to Marc), replace
  7439.       slashes in filename with underscore to avoid possible problems.
  7440.     * db_details_export.php3: Remember selected tables after exporting to a
  7441.       file.
  7442.     * libraries/common.lib.php3, tbl_dump.php3, sql.php3: Better way for
  7443.       highliting tabs when including files (set $active_page for highliting).
  7444.     * sql.php3, tbl_replace.php3, lang/*: Show insert_id after INSERT (RFE
  7445.       #737660).
  7446.  
  7447. 2003-05-14 Marc Delisle  <lem9@users.sourceforge.net>
  7448.     * libraries/defines_php.lib.php3: bug 736111: better GD2 detection
  7449.  
  7450. 2003-05-14 Garvin Hicking <me@supergarv.de>
  7451.     * lang/german*: Translations.
  7452.     * pdf_schema.php3: Merged patch #736999 (fixes Bug #728789 and
  7453.       better fix for #624712), by Maxime Delorme. Thanks!
  7454.     * tbl_change.php3: RFE #737174 implemented (comments welcome)
  7455.     * tbl_change.php3: RFE #723124 implemented (reset button)
  7456.     * read_dump.php3, tbl_query_box.php3: RFE #641760
  7457.     * Documentation.html: Added FAQ 5.14 (Buggy Opera6)
  7458.  
  7459. 2003-05-13 Marc Delisle  <lem9@users.sourceforge.net>
  7460.     * libraries/sqlparser.data.php3: bug 736793, new reserved
  7461.       word 'DIV' in MySQL 4.1.0 (note: it is classified as a function but
  7462.       follows the syntax of an operator: SELECT 5 DIV 2) so I have put
  7463.       it in the reserved words for now.
  7464.  
  7465. 2003-05-13 Garvin Hicking <me@supergarv.de>
  7466.     * footer.inc.php3, querywindow.php3: Fix bug #736197
  7467.       (clicking on edit link from a sql-query now switches
  7468.        to sql tab of the query window)
  7469.     * left.php3: Improved performance by using str_replace instead
  7470.       of ereg_replace.
  7471.     * lang/german*: Translations.
  7472.     * libraries/common.lib.php3: Fix bug #736609 (Escaping of
  7473.       'Show as PHP')
  7474.  
  7475. 2003-05-13 Michal Cihar  <nijel@users.sourceforge.net>
  7476.     * left.php3: Fixed displaying of tables with quote in name.
  7477.     * main.php3: $pma_uri_parts['scheme'] might be sometimes unset...
  7478.     * tbl_move_copy.php3, lang/*: Check for same table and db name when moving
  7479.       (RFE #734985).
  7480.     * libraries/relation.lib.php3: Fixed warning in PMA_purgeHistory.
  7481.     * ldi_check.php3, lang/*: Behave correctly if no file is given for loading.
  7482.     * read_dump.php3: Correctly checks whether table exists.
  7483.     * libraries/common.lib.php3: Highlight tab also when current page is
  7484.       read_dump.php3 and $goto is link of current tab.
  7485.     * tbl_replace.php3: Display message after updating row.
  7486.     * libraries/common.lib.php3: Fix tab attributes when some specified as
  7487.       parameters.
  7488.     * libraries/build_dump.lib.php3: Fix eporting without backquotes (bug
  7489.       #737023).
  7490.     * .cvsignore, config.inc.php3, db_details_db_info.php3, tbl_dump.php3,
  7491.       lang/*, libraries/common.lib.php3, libraries/display_export.lib.php3,
  7492.       Documentation.html: Support for saving to file on server (part of RFE
  7493.       #730197).
  7494.  
  7495. 2003-05-12 Garvin Hicking <me@supergarv.de>
  7496.     * queryframe.php3: Remove left/bottom margin to better fit the link title
  7497.       in the small frame.
  7498.     * footer.inc.php3: Only update db/table variables if the query was correct.
  7499.       Fixes #735970.
  7500.     * left.php3, config.inc.php3, libraries/config_import.lib.php3, libraries/
  7501.       common.lib.php3: Patch #725839 (Nested display of tables)
  7502.     * ldi_check.php3, ldi_table.php3: Allow CSV import from UploadDir. Needs testing.
  7503.  
  7504. 2003-05-12 Michal Cihar  <nijel@users.sourceforge.net>
  7505.     * index.php3: Better fix for #736003.
  7506.     * libraries/common.lib.php3: Light tabs were displayed wrong, bug #736590.
  7507.     * mult_submits.inc.php3, server_databases.php: Add confirmation when
  7508.       dropping databases (bug #736238).
  7509.  
  7510. 2003-05-11 Michal Cihar  <nijel@users.sourceforge.net>
  7511.     * Documentation.html, config.inc.php3,
  7512.       libraries/charset_conversion.lib.php3, libraries/config_import.lib.php3:
  7513.       Merged patch #729514 - support for iconv parameters.
  7514.     * read_dump.php3, libraries/common.lib.php3: Merged patch #728928 - show
  7515.       multi statement query result. Closes RFE #728833.
  7516.     * tbl_dump.php3, libraries/build_dump.lib.php3,
  7517.       libraries/display_export.lib.php3, lang/*: Merged patch #727027 - LaTeX
  7518.       export improvements. Now can export table structure and some other
  7519.       options. Closes RFE #718942.
  7520.     * tbl_change.php3: Remember state of insert as another row - fixes
  7521.       #736064, show used query.
  7522.     * index.php3: Fixed typo in hash, fixed bad hash propagated with
  7523.       JavaScript. Fixes #736003.
  7524.  
  7525. 2003-05-11 Marc Delisle  <lem9@users.sourceforge.net>
  7526.      ### 2.5.0 released
  7527.  
  7528. 2003-05-10 Marc Delisle  <lem9@users.sourceforge.net>
  7529.      * libraries/display_tbl.lib.php3: bug 735439: if too many page numbers,
  7530.        show just the pages near the current page
  7531.  
  7532. 2003-05-10 Michal Cihar  <nijel@users.sourceforge.net>
  7533.      * libraries/common.lib.php3: Whole tab is now link.
  7534.      * libraries/display_export.lib.php3: Disable CSV export for multiple
  7535.        tables - fixes #734104.
  7536.      * lang/latvian: Update thanks to Sandis Jerics (saaa2002).
  7537.      * lang/chinese: Update thanks to Wang (fundawang).
  7538.      * lang/sync_lang.sh: Fix for POSIX sh.
  7539.      * db_details_structure.php3: Don't display 0 for InnoDB tables as records
  7540.        count - fixes #735441.
  7541.      * libraries/display_tbl.lib.php3: Fix not displaying content of TEXT
  7542.        fields (was treated like BLOB).
  7543.      * libraries/common.lib.php3: $cfg['Server']['AllowDeny']['order'] might
  7544.        be undefined.
  7545.  
  7546. 2003-05-09 Marc Delisle  <lem9@users.sourceforge.net>
  7547.      * libraries/display_tbl.lib.php3: bug 731367: hexifying all
  7548.        TEXT fields (a if on the type returns "blob") caused
  7549.        problems
  7550.  
  7551. 2003-05-05 Marc Delisle  <lem9@users.sourceforge.net>
  7552.      * libraries/build_dump.lib.php3: bug 731866: text fields were
  7553.        exported hexified, because mysql_field_type() was used and
  7554.        it returns 'blob' for 'text' fields, so use a new PMA_fieldTypes()
  7555.  
  7556. 2003-05-02 Marc Delisle  <lem9@users.sourceforge.net>
  7557.     * libraries/get_foreign.lib.php3: bug 731480: was not counting
  7558.       the rows of the foreign, thanks to Stefan Elssner
  7559.  
  7560. 2003-05-02 Garvin Hicking <me@supergarv.de>
  7561.     * css/phpmyadmin.css.php3: Small typo, seems to be
  7562.       solution of support request #728820
  7563.     * Documentation.html: Enhance FAQ 2.3 (mysql.sock readable,
  7564.       thanks to Ryan)
  7565.     * Added scripts/inno2pma (from Ernie Hershey). Please see
  7566.       Patch Tracker #709383 for further information.
  7567.     * libraries/display_tbl.lib.php3: Bug #728813 (title for
  7568.       relations when foreign_db != master_db)
  7569.     * index.php3, left.php3, tbl_query_box.php3, db_details_common.php3,
  7570.       main.php3, queryframe.php3, libraries/common.lib.php3: Should be
  7571.       the fix for Bug #730718.
  7572.       Moved the hashform from the "nav"-frame to the "queryframe"-frame,
  7573.       altered the way the form is submitted in LeftFrameLight mode to
  7574.       keep the queryframe. Only if JavaScript is usable, otherwise it's
  7575.       not necessary to keep the 'opener' pointer.
  7576.     * libraries/display_tbl.lib.php3: PHP3 compatibility.
  7577.     * libraries/common.lib.php3, db_details_common.php3, index.php3,
  7578.       main.php3: Still have to propagate $hash to the left frame...
  7579.  
  7580. 2003-04-30 Marc Delisle  <lem9@users.sourceforge.net>
  7581.     * pdf_schema.php3, bug 729517, better comment output,
  7582.       thanks to Maxime Delorme
  7583.  
  7584. 2003-04-30 Michal Cihar  <nijel@users.sourceforge.net>
  7585.     * tbl_move_copy.php3: Better fix for #729416 (use INSERT IGNORE).
  7586.  
  7587. 2003-04-29 Michal Cihar  <nijel@users.sourceforge.net>
  7588.     * server_privileges.php3: No need to escape wild characters here.
  7589.  
  7590. 2003-04-29 Garvin Hicking <me@supergarv.de>
  7591.     * tbl_move_copy.php3: Bug #729416
  7592.     * tbl_query_box.php3, queryframe.php3: Bug #729446, maybe #728571
  7593.     * index.php3: Typo
  7594.     * db_details_structure.php3: Prevent uninitialized variable
  7595.  
  7596. 2003-04-28 Garvin Hicking <me@supergarv.de>
  7597.     * index.php3, queryframe.php3, tbl_query_box.php3, querywindow.php3:
  7598.       Even more issues when QueryFrameJS is set to true, but JS is not
  7599.       activated. Haven't ever thought this would be necessary. ;)
  7600.       I tested everything with QueryFrame/QueryFrameJS set to true/false
  7601.       with and without JavaScript enabled, and got everything working.
  7602.       Please verify for yourselves! :)
  7603.  
  7604. 2003-04-28 Marc Delisle  <lem9@users.sourceforge.net>
  7605.     * lang/polish: update, thanks to Jakub Wilk
  7606.  
  7607. 2003-04-28 Michal Cihar  <nijel@users.sourceforge.net>
  7608.     * tbl_query_box.php3: Partial fix for #728935 (can not submit SQL without
  7609.       javascript). But there are still problems without javascript.
  7610.  
  7611. 2003-04-27 Marc Delisle  <lem9@users.sourceforge.net>
  7612.     ### 2.5.0-rc2 released
  7613.  
  7614. 2003-04-25 Michal Cihar  <nijel@users.sourceforge.net>
  7615.     * lang/estonian: Updated, thanks to finsoft@sourceforge.net.
  7616.     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
  7617.     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
  7618.     * lang/{catalan,english,indonesian,spanish}: Added some missing
  7619.       translations.
  7620.  
  7621. 2003-04-23 Michal Cihar  <nijel@users.sourceforge.net>
  7622.     * tbl_dump.php3: Fixed syntax error with === (#724093, #707538).
  7623.     * libraries/display_export.lib.php3: Automatically check "Save as file"
  7624.       when selecting compression.
  7625.  
  7626. 2003-04-22 Garvin Hicking <me@supergarv.de>
  7627.     * libraries/common.lib.php3, main.php3, db_details_common.php3:
  7628.       When reloading the frame, propagate hash value (for querywindow)
  7629.  
  7630. 2003-04-22 Marc Delisle  <lem9@users.sourceforge.net>
  7631.     * tbl_indexes.php3: bug 725711: FULLTEXT index type not shown
  7632.       in the drop-down box
  7633.  
  7634. 2003-04-20 Garvin Hicking <me@supergarv.de>
  7635.     * libraries/display_tbl.lib.php3, index.php3, left.php3,
  7636.       tbl_query_box.php3, queryframe.php3, querywindow.php3:
  7637.       Fixed Bug #723955, 723736, 723713 (Query Frame). Workaround for
  7638.       (serious) issues with multiple instances of phpMyAdmin and
  7639.       the query window. Also made sure that disabling the QueryFrame
  7640.       is possible without seeing errors. Of course, this is
  7641.       extremely reduced usability without JS.
  7642.  
  7643. 2003-04-18 Garvin Hicking <me@supergarv.de>
  7644.     * left.php3, index.php3, tbl_query_box.php3,
  7645.       libraries/display_tbl.lib.php3, queryframe.php3:
  7646.       Fixed Bug #723713
  7647.  
  7648. 2003-04-18 Marc Delisle  <lem9@users.sourceforge.net>
  7649.     * Documentation.html: faq about double auth windows
  7650.     * lang/ukrainian: update, thanks to Markijan Baran
  7651.     * tbl_relation.php3: bug 696215: can now choose all segments
  7652.       of the primary key
  7653.  
  7654. 2003-04-17 Marc Delisle  <lem9@users.sourceforge.net>
  7655.     * lang/ukrainian: update, thanks to Markijan Baran
  7656.     * server_common.inc.php3: bug 722791: "USE mysql" is not a good
  7657.       test in MySQL 4 to check if superuser
  7658.  
  7659. 2003-04-17 Michal Cihar  <nijel@users.sourceforge.net>
  7660.     * tbl_replace_fields.php3: Fix typo.
  7661.     * tbl_replace.php3: Use rather SELECT *, as selecting only BLOB causes
  7662.       MySQL sometimes problems...
  7663.  
  7664. 2003-04-17 Garvin Hicking <me@supergarv.de>
  7665.     * tbl_replace_fields.php3: Use $encoded_key instead of $key to
  7666.       detect changes in BLOB fields with a special name.
  7667.     * tbl_replace.php3, tbl_replace_fields.php3: Bug #722629 - Use
  7668.       original values of a BLOB field when 'Insert as new row' is
  7669.       chosen on edit.
  7670.     * libraries/display_tbl.lib.php3: Bug #662320 (highlight fields
  7671.       crossing DB borders now allowed)
  7672.  
  7673. 2003-04-16 Garvin Hicking <me@supergarv.de>
  7674.     * tbl_query_box.php3: Only hide 'go' SQL button, when in files mode
  7675.       with no $db set
  7676.  
  7677. 2003-04-16 Marc Delisle  <lem9@users.sourceforge.net>
  7678.     * badwords.txt: "status" is not a reserved word
  7679.  
  7680. 2003-04-16 Michal Cihar  <nijel@users.sourceforge.net>
  7681.     * libraries/sqlparser.data.php3: Added AUTO_INCREMET to reserved words.
  7682.     * tbl_properties_common.php3: Avoid displaying message twice in some cases
  7683.       (fixes bug #722378).
  7684.     * libraries/build_dump.lib.php3: Export BLOBs hex quoted.
  7685.  
  7686. 2003-04-15 Michal Cihar  <nijel@users.sourceforge.net>
  7687.     * tbl_query_box.php3: Only display charset selection when a DB is
  7688.       selected.
  7689.     * libraries/display_tbl.lib.php3: Fix edit link for table without primary
  7690.       key and with BLOB field (bug #708182).
  7691.  
  7692. 2003-04-15 Garvin Hicking <me@supergarv.de>
  7693.     * footer.inc.php3, queryframe.php3: Changed anchor target
  7694.       and window name of queryframe as suggested by Armel
  7695.       Fauveau (thanks!)
  7696.  
  7697. 2003-04-14 Marc Delisle  <lem9@users.sourceforge.net>
  7698.     * libraries/sqlparser.data.php3: bug 647705: 'NO' is not
  7699.       a reserved word in MySQL
  7700.     * libraries/sqlparser.data.php3: bug 708887: MONTH() and YEAR()
  7701.       are functions
  7702.     * libraries/common.lib.php3: bug 721278: Skip Explain SQL
  7703.  
  7704. 2003-04-14 Michal Cihar  <nijel@users.sourceforge.net>
  7705.     * lang/some translations: Damn, I didn't commit all empty translations
  7706.       yesterday...
  7707.     * lang/sync_lang.sh: Updated to avoid empty translations problems (reports
  7708.       which translations has failed, now also converts by default only
  7709.       modified files and is capable to get charset from filename when reading
  7710.       from file has failed.
  7711.     * left.php3: More fixes for HTML entities.
  7712.     * tbl_properties_options.php3: Remove '; InnoDB free:' part from comment
  7713.       when changing it.
  7714.     * lang/czech: Updated.
  7715.     * lang/indonesian: Updted, thanks to Rachim Tamsjadi (tamsy).
  7716.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  7717.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  7718.     * lang/catalan: Updated, thanks to Xavier Navarro.
  7719.     * footer.inc.php3: Fixed for quotes, HTML entities and other weird
  7720.       characters in db/table name.
  7721.     * libraries/display_tbl.lib.php3: Fixed bug #720672 - moved headers.
  7722.     * db_details.php3, tbl_query_box.php3: Display choice for charset also
  7723.       when only UploadDir available.
  7724.  
  7725. 2003-04-14 Garvin Hicking <me@supergarv.de>
  7726.     * libraries/common.lib.php3: Fixed SHOW TABLE STATUS LIKE ... FROM ...
  7727.       usage. (Bug #720846)
  7728.     * footer.inc.php3: Needed \n for some cases.
  7729.     * tbl_query_box.php3: Only display file import when a DB is selected.
  7730.  
  7731. 2003-04-13 Marc Delisle  <lem9@users.sourceforge.net>
  7732.     * lang/french: update
  7733.     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
  7734.     * lang/polish: update, thanks to Jakub Wilk
  7735.     ### 2.5.0-rc1 released
  7736.  
  7737. 2003-04-13 Alexander M. Turek  <rabus@users.sourceforge.net>
  7738.     * lang/bulgarian-windows-1251.inc.php3, lang/croatian-windows-1250.inc.php3,
  7739.       lang/czech-windows-1250.inc.php3, lang/russian-koi8-r.inc.php3:
  7740.       Added $strCharset.
  7741.  
  7742. 2003-04-13 Michal Cihar  <nijel@users.sourceforge.net>
  7743.     * lang/{slovenian,russian,croatian,bulgarian}: We don't
  7744.       want empty translations...
  7745.  
  7746. 2003-04-12 Alexander M. Turek  <rabus@users.sourceforge.net>
  7747.     * libraries/common.lib.php3: Better fix against possible "wrong parameter
  7748.       count" errors.
  7749.     * server_privileges.php3:
  7750.       - Fixed a broken link in the user overview table;
  7751.       - Fixed bug #539756 again.
  7752.     * lang/german-*.inc.php3: Updates.
  7753.     * tbl_properties_structure.php3, lang/*.inc.php3: Nicer output for MySQL 4.1
  7754.       (Feature #623665, part 1).
  7755.  
  7756. 2003-04-11 Marc Delisle  <lem9@users.sourceforge.net>
  7757.     * libraries/common.lib.php3, config_import.lib.php3:
  7758.       MaxExactCount backwards compatibility
  7759.     * db_details_structure.php3: undefined $row_count for InnoDB tables
  7760.  
  7761. 2003-04-11 Michal Cihar  <nijel@users.sourceforge.net>
  7762.     * db_details_structure.php3: Get row count by SHOW TABLE STATUS, and by
  7763.       SELECT COUNT(*) only for small (<20000 rows) tables (RFE #708533).
  7764.     * config.inc.php3, db_details_structure.php3, libraries/common.lib.php3:
  7765.       $cfg['MaxExactCount'] is now used instead of hardcoded 20000 for above.
  7766.     * Documentation.*: Documented above.
  7767.     * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
  7768.     * lang/galician: Added missing string.
  7769.     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
  7770.  
  7771. 2003-04-10 Michal Cihar  <nijel@users.sourceforge.net>
  7772.     * pdf_schema.php3, libraries/common.lib.php3,
  7773.       libraries/display_tbl.lib.php3, libraries/get_foreign.lib.php3: Get row
  7774.       count by SHOW TABLE STATUS, and by SELECT COUNT(*) only for small
  7775.       (<20000 rows) tables (RFE #708533).
  7776.     * tbl_printview.php3: Make javascript work on more browsers than MSIE.
  7777.     * Documentation.*: Fixed typo and corrected FAQ 1.23 (bug #718569), fixed
  7778.       XHTML errors, document is again valid XHTML.
  7779.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  7780.  
  7781. 2003-04-09 Michal Cihar  <nijel@users.sourceforge.net>
  7782.     * libraries/build_dump.lib.php3: Fixed undefined index warnings in LaTeX
  7783.       and XML dump.
  7784.     * libraries/display_export.lib.php3: Added <br /> before charset
  7785.       selection in export.
  7786.  
  7787. 2003-04-09 Marc Delisle  <lem9@users.sourceforge.net>
  7788.     * lang/*: $updComTab -> $strUpdComTab
  7789.     * libraries/relation.lib.php3: put back version 1.30 message
  7790.       that uses $strUpdComTab
  7791.     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
  7792.  
  7793. 2003-04-09 Garvin Hicking <me@supergarv.de>
  7794.     * pdf_schema.php3: Fix from Doug Suerich (dougsuerich)
  7795.       to prevent false arrow aligning when using 'same widths'.
  7796.  
  7797. 2003-04-08 Marc Delisle  <lem9@users.sourceforge.net>
  7798.     * lang/galician: update, thanks to Xos├⌐ Calvo
  7799.     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
  7800.     * lang/italian: Updated, thanks to Pietro Danesi.
  7801.     * lang/chinese_gb: update, thanks to (fundawang)
  7802.     * lang/swedish: update, thanks to Bj├╢rn T. Hallberg
  7803.     * lang/norwegian: update, thanks to Sven-Erik Andersen
  7804.  
  7805. 2003-04-07 Michal Cihar  <nijel@users.sourceforge.net>
  7806.     * db_details_structure.php3, mult_submits.inc.php3: Added ANALYZE TABLE to
  7807.       multi submit actions.
  7808.  
  7809. 2003-04-06 Garvin Hicking <me@supergarv.de>
  7810.     * tbl_query_box.php, libraries/functions.js: Patch #705899 included.
  7811.       Now multiple fields can be inserted at cursor position (Mozilla/IE)
  7812.       in the sql query textarea. Thanks to Alexis Soulard (alexis_soulard)
  7813.     * header.inc.php3, footer.inc.php3, libraries/common.lib.php3,
  7814.       libraries/relation.lib.php3: RFE #715914: Sort query history by
  7815.       (autoincrement) key instead of timevalue. Only save queries in
  7816.       history if they were successful. This required the moving of
  7817.       the JS-stuff in header.inc.php3 to footer.inc.php3. Please
  7818.       test, if this works for everyone. It does for me.
  7819.  
  7820. 2003-04-06 Alexander M. Turek  <rabus@users.sourceforge.net>
  7821.     * db_datadict.php3: The result of SHOW INDEX does not have a 'Comment'
  7822.       column before MySQL 3.23 (bug #712055).
  7823.     * libraries/grab_globals.lib.php3: Make $HTTP_ACCEPT_LANGUAGE available for
  7824.       machines with register_globals = off.
  7825.  
  7826. 2003-04-05 Marc Delisle  <lem9@users.sourceforge.net>
  7827.     * lang/romanian updates, thanks to Valics Lehel
  7828.     * lang/slovenian update, thanks to Kositer Uros
  7829.  
  7830. 2003-04-03 Garvin Hicking <me@supergarv.de>
  7831.     * libraries/display_tbl.lib.php3: Bug #714744 fixed. Thanks to poster.
  7832.  
  7833. 2003-04-02 Garvin Hicking <me@supergarv.de>
  7834.     * tbl_query_box.php3: RFE #714095. Use backquotes for inserted fields.
  7835.     * tbl_move_copy.php3: At least one of the PDF integrity checks
  7836.       on moving/copying a table can safely be enabled.
  7837.     * tbl_move_copy.php3, tbl_properties_operations.php3: Made 'move to
  7838.       newly created table' depend on a selected checkbox. State of that
  7839.       checkbox is saved in a cookie.
  7840.     * lang/*: Added $strSwitchToTable for the above.
  7841.     * lang/german-*: Translations
  7842.  
  7843. 2003-04-02 Michal Cihar  <nijel@users.sourceforge.net>
  7844.     * tbl_move_copy.php3: Fixed copying/moving to work after some changes in
  7845.       generated SQL dump, move to newly created table also after copying.
  7846.     * tbl_properties_operations.php3: Some fixes for html entities in db/table
  7847.       names.
  7848.     * db_details_structure.php3, mult_submits.inc.php3,
  7849.       tbl_properties_structure.php3: Show multi submits result after headers
  7850.       and tabs from originating place.
  7851.     * lang/czech: Updated.
  7852.     * tbl_properties_operations.php3: Not only remember, but also recall state
  7853.       of checkbox for move to newly created table (see Garvin's entry above).
  7854.  
  7855. 2003-04-01 Marc Delisle  <lem9@users.sourceforge.net>
  7856.     * Documentation.html: clarify about wildcard database
  7857.     * lang/bulgarian, translators.html: big update from the new translator:
  7858.       Stanislav Yordanov, stan at stud.ru.acad.bg
  7859.     * lang/italian: Updated, thanks to Pietro Danesi.
  7860.  
  7861. 2003-03-31 Marc Delisle  <lem9@users.sourceforge.net>
  7862.     * css/phpmyadmin.css.php3: calls from a css file are relative to itself
  7863.       thanks to Jose Fandos (jose.fandos at sonnd.com)
  7864.  
  7865. 2003-03-27 Alexander M. Turek  <rabus@users.sourceforge.net>
  7866.     * server_privileges.php3, lang/*.inc.php3:
  7867.       - Fixed bug #708292 (Support for host-based privileges).
  7868.       - Show SQL query when adding a user.
  7869.     * server_processlist.php3, lang/*.inc.php3: Feature #707495
  7870.       (SHOW FULL PROCESSLIST).
  7871.     * lang/german-*.inc.php3: Updates.
  7872.  
  7873. 2003-03-27 Marc Delisle  <lem9@users.sourceforge.net>
  7874.     * sql.php3: avoid long delays when browsing big tables (MySQL 4)
  7875.  
  7876. 2003-03-26 Michal Cihar  <nijel@users.sourceforge.net>
  7877.     * db_details.php3, db_details_qbe.php3, left.php3, tbl_change.php3,
  7878.       tbl_properties_operations.php3, tbl_properties_structure.php3,
  7879.       tbl_query_box.php3, tbl_select.php3, libraries/common.lib.php3: Even
  7880.       more fixes for HTML entities in field/table/db name.
  7881.  
  7882. 2003-03-25 Alexander M. Turek  <rabus@users.sourceforge.net>
  7883.     * Documentation.html: Fixed GRANT queries for the controluser.
  7884.  
  7885. 2003-03-25 Marc Delisle  <lem9@users.sourceforge.net>
  7886.     * main.php3: replace the 'USE mysql' test, as users with a global
  7887.       priv like CREATE TEMPORARY TABLES can do a 'USE mysql'
  7888.  
  7889. 2003-03-25 Michal Cihar  <nijel@users.sourceforge.net>
  7890.     * tbl_query_box.php3, tbl_properties_operations.php3,
  7891.       libraries/common.lib.php3, tbl_query_box.php3, querywindow.php3: More
  7892.       HTML entities fixes.
  7893.     * read_dump.php3: Fixed detection of $goto.
  7894.     * header.inc.php3: Neated URL generating.
  7895.     * lang/czech: Updated.
  7896.  
  7897. 2003-03-24 Michal Cihar  <nijel@users.sourceforge.net>
  7898.     * db_details_structure.php3, mult_submits.inc.php: Added CHECK TABLE to
  7899.       multisubmit actions (RFE #622603).
  7900.     * db_details_structure.php3, mult_submits.inc.php3, tbl_alter.php3,
  7901.       tbl_properties_structure.php3: Show result of CHECK/OPTIMIZE/REPAIR
  7902.       queries for multiple tables.
  7903.     * db_details_structure.php3: Display correctly table names that contain
  7904.       HTML entities.
  7905.     * libraries/build_dump.lib.php3: Removed PMA_htmlFormat function as it
  7906.       caused HTML entities to be quoted twice.
  7907.     * tbl_indexes.php3: Fixed editing of index with HTML entities.
  7908.     * lang/czech: Updated.
  7909.     * tbl_properties_structure.php3: Fix enabling/disabling links to index
  7910.       creating (it requires type, but there was also MIME type added).
  7911.  
  7912. 2003-03-23 Marc Delisle  <lem9@users.sourceforge.net>
  7913.     * libraries/sqlparser.lib.php3, libraries/config_import.lib.php3,
  7914.       config.inc.php3, Documentation.html: disabling of the parser no
  7915.       longer possible
  7916.  
  7917. 2003-03-22 Alexander M. Turek  <rabus@users.sourceforge.net>
  7918.     * libraries/defines.lib.php3: Small bugfix.
  7919.     * libraries/defines_php.lib.php3: New constant: PMA_MYSQL_CLIENT_API.
  7920.     * libraries/common.lib.php3: Possible fix against "wrong parameter count"
  7921.       errors.
  7922.  
  7923. 2003-03-22 Marc Delisle  <lem9@users.sourceforge.net>
  7924.     * libraries/transformations/text_plain__imagelink: display the
  7925.       image, with width and height options
  7926.     * libraries/transformations/text_plain__link: the link was not
  7927.       functional at my site; also, document this transform in lang.
  7928.  
  7929. 2003-03-21 Marc Delisle  <lem9@users.sourceforge.net>
  7930.     * server_privileges.php3: typo
  7931.     * lang/french update
  7932.     * image_jpeg__plain renamed to text_plain__imagelink, because
  7933.       the contents is not an image but a filename
  7934.  
  7935. 2003-03-21 Michal Cihar  <nijel@users.sourceforge.net>
  7936.     * ldi_check.php3: Use $sql_query instead of $query to put query correctly
  7937.       to sql.php3.
  7938.     * libraries/display_export.lib.php3: Again fixed selecting table/db
  7939.       filename template.
  7940.     * tbl_move_copy.php3, libraries/sqlparser.lib.php3: Fixed copying of
  7941.       table.
  7942.  
  7943. 2003-03-20 Marc Delisle  <lem9@users.sourceforge.net>
  7944.     * lang/hebrew update, thanks to Yuval Sarna
  7945.  
  7946. 2003-03-20 Michal Cihar  <nijel@users.sourceforge.net>
  7947.     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
  7948.     * libraries/mysql_wrappers.lib.php3: Fix for bug #705531 - check for field
  7949.       type when doing charset conversion.
  7950.     * libraries/display_export.lib.php3: Fixed selecting table/db filename
  7951.       template.
  7952.     * libraries/read_dump.lib.php3, db_details.php3,
  7953.       db_details_importdocsql.php3, tbl_dump.php3, tbl_query_box.php3, lang/*:
  7954.       Automatic detection of compression for uploaded data.
  7955.  
  7956. 2003-03-19 Garvin Hicking <me@supergarv.de>
  7957.     * tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3:
  7958.       Display select box for stored files on Server ($cfg['UploadDir']) in every SQL
  7959.       input area (SQL window, table properties) AND in the 'Insert/Update field' display
  7960.       where you can upload files to blob fields. Experimental.
  7961.  
  7962. 2003-03-19 Alexander M. Turek  <rabus@users.sourceforge.net>
  7963.     * lang/german-*.inc.php3: Updates.
  7964.  
  7965. 2003-03-19 Michal Cihar  <nijel@users.sourceforge.net>
  7966.     * tbl_properties_operations.php3: fixed bad id of option (#706147).
  7967.     * lang/dutch: Updated, thanks to Gilles van den Hoven.
  7968.     * lang/thai: Updated.
  7969.     * lang/italian: Updated, thanks to Pietro Danesi.
  7970.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi.
  7971.     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
  7972.     * lang/chinese: Updated, thanks to Siu Sun.
  7973.  
  7974. 2003-03-18 Garvin Hicking <me@supergarv.de>
  7975.     * libraries/display_export.lib.php3: Fixed variable usage.
  7976.     * lang/*, libraries/transformations/*, libraries/display_tbl.lib.php3,
  7977.       libraries/common.lib.php3: Added new transforms for a substr()
  7978.       function, a dateformat() modified and a basic plugin for external
  7979.       programs. Support for TIDY has been experimentally been built in.
  7980.       External programs make use of piping and thus cannot be used in
  7981.       Windows.
  7982.       Added the ability for transforms to adjust the "nowrap" option of a
  7983.       cell.
  7984.       Some german translation.
  7985.  
  7986. 2003-03-18 Marc Delisle  <lem9@users.sourceforge.net>
  7987.     * libraries/select_lang.lib.php3: modify order of Russian lang files
  7988.       because MSIE does not accept cp866 and users do not see anything,
  7989.       thanks to Volckov Konstantin Michailovich (wolf at sw.ru)
  7990.  
  7991. 2003-03-18 Michal Cihar  <nijel@users.sourceforge.net>
  7992.     * libraries/display_tbl.lib.php3: removed   from button text, as
  7993.       Konqueror doesn't like it there and it is not needed.
  7994.     * lang/czech: updated.
  7995.     * libraries/display_tbl.lib.php3: Don't show BLOB text instead of content
  7996.       when using transformations.
  7997.     * libraries/display_export.lib.php3, db_details_links.php3,
  7998.       server_common.inc.php3, server_databases.php3, server_links.inc.php3,
  7999.       server_processlist.php3, server_status.php3, server_variables.php3,
  8000.       tbl_change.php3 libraries/server_privileges.js: Fixed end of line chars.
  8001.     * tbl_dump.php3, libraries/display_export.lib.php3, lang/*: User can now
  8002.       specify how will filename for exported data look like (RFE #678642).
  8003.     * Documentation.*: Next release seems to be 2.5.0.
  8004.     * lang/latvian: Updated, thanks to Sandis Jerics.
  8005.  
  8006. 2003-03-17 Mike Beck  <mikebeck@users.sourceforge.net>
  8007.     * pdf_pages.php3  will now check if the pdf_pages table has entries
  8008.       that reference tables that no longer exist. if it does user is prompted
  8009.       to delete them.
  8010.  
  8011. 2003-03-17 Marc Delisle  <lem9@users.sourceforge.net>
  8012.     * user_password.php3, header.inc.php3, libraries/user_password.js:
  8013.       put back js functions for user password change (= old user_details.js)
  8014.     * libraries/display_tbl.lib.php3, functions.js: new feature:
  8015.       browse mode page drop-down, thanks to Alexis Soulard (alexis_soulard)
  8016.  
  8017. 2003-03-15 Marc Delisle  <lem9@users.sourceforge.net>
  8018.     * pdf_pages.php3: Automatic layout of tables on the schema
  8019.  
  8020. 2003-03-15 Garvin Hicking <me@supergarv.de>
  8021.     * pdf_schema.php3: Fixed typo.
  8022.  
  8023. 2003-03-14 Garvin Hicking <me@supergarv.de>
  8024.     * libraries/display_tbl.lib.php3, db_details_importdocsql.php3: Fixed
  8025.     '../' safety issues, display transformations only if file exists
  8026.     (Bug #703555)
  8027.  
  8028. 2003-03-14 Robin Johnson  <robbat2@users.sourceforge.net>
  8029.     * config.inc.php3, libraries/config_import.lib.php3 tbl_change.php3:
  8030.         - Typo fixes:
  8031.         s/RestricColumnTypes/RestrictColumnTypes/
  8032.         s/RestricFunctions/RestrictFunctions/
  8033.     * scripts/create_tables.sql:
  8034.         -  Neaten up SQL, add DROP TABLE/DATABASE cleanness
  8035.  
  8036. 2003-03-13 Alexander M. Turek  <rabus@users.sourceforge.net>
  8037.     * server_status.php3: Fixed the Garvin's calculations.
  8038.     * server_variables.php3: Fixed the display for MySQL <= 4.0.3-beta.
  8039.     * libraries/header_meta_style.inc.php3,
  8040.       libraries/transformations/overview.php3: Fixed CSS link.
  8041.     * tbl_properties.inc.php3: Added tooltips for transformations.
  8042.  
  8043. 2003-03-13 Marc Delisle  <lem9@users.sourceforge.net>
  8044.     * libraries/sqlparser.lib.php3: analyzer: where_clause_identifiers
  8045.  
  8046. 2003-03-13 Garvin Hicking <me@supergarv.de>
  8047.     * lang/*, server_status.php3: RFE #702485 - display total# queries per hour/minute/second.
  8048.     * config.inc.php3: Put a note for flipped headers: CSS only works for IE. ('writing-mode')
  8049.     * libraries/display_tbl.lib.php3: Display fields used for WHERE query highlighted in
  8050.       results page (1px border in the color of BrowserMarkerColor around the cells).
  8051.       RFE #638800
  8052.     * libraries/build_dump.lib.php3, db_details_structure.php3, db_printview.php3,
  8053.       pdf_schema.php3, tbl_dump.php3, tbl_printview.php3, tbl_properties_structure.php3,
  8054.       lang/*: RFE #7000385: Export AUTO_INCREMENT field.
  8055.       Display Create/Update/Check_time in PDF-Pages, printview, DB/Table structure and table
  8056.       dumps, if information is available (gathered by 'SHOW TABLE STATUS' for MySQL 3.23.XX).
  8057.     * config.inc.php3 - Altered comments for PMA_* tables for easier integration and more
  8058.       clarity. Make it easier to enable defaults (RFE #695265)
  8059.  
  8060. 2003-03-12 Garvin Hicking <me@supergarv.de>
  8061.     * db_details_structure.php3: When using Alias-Displays for Tables, fix bug when a tablename
  8062.       was not displayed if it has no comment.
  8063.     * libraries/display_tbl.lib.php3 RFE #550554 - Execute SQL bookmarks when browsing the
  8064.       bookmarktable.
  8065.     * db_details_structure.php, left.php3, tbl_properties_links.php3, libraries/bookmark.lib.php3:
  8066.       RFE #550552: Change default initial query for browse mode, if a bookmark with the same
  8067.       label as the tablename is found.
  8068.     * tbl_properties_options.php3, tbl_properties_table_info.php3: Support changing
  8069.       auto_increment value. (RFE #639655)
  8070.     * db_printview.php3, tbl_printview.php3, db_datadict.php3, pdf_schema.php3:
  8071.       Display DB comments and MIME types, where appropriate.
  8072.     * header.inc.php3, querywindow.php3, libraries/common.lib.php3: Fixed some bugs for
  8073.       the querywindow which didn't show the latest querys always.
  8074.     * Documentation.html, db_details.php3, read_dump.php3, tbl_query_box.php3:
  8075.       RFE #470000 - Use parameters for bookmarked queries. This is a bit tricky
  8076.       to do, so please see Documentation.html. I thought it too hard to move the
  8077.       bookmark-box around where you can store the bookmarks, because there are a couples
  8078.       of redirections involved. So the major problem is that your to-be-stored bookmark
  8079.       HAS to yield at least a single result row for you to be able to store that.
  8080.     * tbl_move_copy.php3, tbl_properties_operations.php3: RFE #571838 :
  8081.       Add 'DROP TABLE IF EXISTS' checkbox. Will maintain any existing PMA_* entries
  8082.       for that table.
  8083.     * tbl_properties_export.php3, db_details_export.php3,
  8084.       libraries/display_export.lib.php3: Reworked DB/Table export, so that DB
  8085.       export now is a perfect look-alike except for a multi-tables dropdown.
  8086.       Put the code to display the export into a seperate file for re-usability.
  8087.     * tbl_change.php3, config.inc.php3, libraries/config_import.lib.php3,
  8088.       libraries/common.lib.php3: RFE #422243 - Definition of which MySQL functions
  8089.       map to which MySQL field type and in the dropdown of the function list first
  8090.       display the fitting functions, and then for compatibility reasons the rest of
  8091.       the functions.
  8092.       TODO: I don't know if I chose the correct mapping for all types. Please correct
  8093.       config_import.lib.php3 and config.inc.php3 if therer are any mismappings.
  8094.     * sql.php3, tbl_alter.php3, tbl_move_copy.php3, tbl_properties_structure.php3,
  8095.       tbl_rename.php3, libraries/relation.lib.php3:
  8096.       Bugfix #579256 / RFE #577328 : Automatic update of relations,
  8097.       display fields, comments, bookmarks, ... on update, delete and duplicate.
  8098.       Automatic duplication/moving of PDF pages does not yet work. Would the
  8099.       original author please be so kind to have a look at the tbl_move_copy.php
  8100.       script, search for '[TODO]' and apply necessary fixes? ;)
  8101.     * tbl_dump.php3: New $sql_structure variable for the new table export
  8102.       design broke DB export functionality. Fixed this.
  8103.  
  8104. 2003-03-12 Marc Delisle  <lem9@users.sourceforge.net>
  8105.     * lang/ukrainian: update, thanks to Markijan Baran
  8106.  
  8107. 2003-03-11 Garvin Hicking <me@supergarv.de>
  8108.     * docSQL/*, read_dump.php3, db_details_importdocsql.php3,
  8109.       libraries/grab_globals.lib.php3, libraries/read_dump.lib.php3:
  8110.       Improved security of docSQL importer. You now can only access
  8111.       a subdirectory of phpMyAdmin ('docSQL' proposed) OR upload each
  8112.       file on its own via File Upload (if $is_upload is true).
  8113.       Filenames not matching the converter will no more printed out to
  8114.       maintain security. Permits input of '../'.
  8115.     * transformation_wrapper.php3 - Remove $err_url, because if a query
  8116.       fails here, the user won't get to see the error string anyways.
  8117.       Can happen if you want to display a blob without having an index
  8118.       key in your query, because the blob cannot be filtered by a content
  8119.       WHERE-string.
  8120.  
  8121. 2003-03-11 Marc Delisle  <lem9@users.sourceforge.net>
  8122.     * libraries/sqlparser.data.php3: bug 700082, support of XOR
  8123.  
  8124. 2003-03-10 Alexander M. Turek  <rabus@users.sourceforge.net>
  8125.     * translators.html: Another mechanism against stupid people who use the
  8126.       translator list as a list of localised support hotlines or try to get a
  8127.       translation by mail order... :o)
  8128.     * header_printview.inc.php3, index.php3, left.php3, queryframe.php3,
  8129.       libraries/common.lib.php3, libraries/header_meta_style.inc.php3: Ensured
  8130.       that the correct font families are used.
  8131.  
  8132. 2003-03-10 Garvin Hicking <me@supergarv.de>
  8133.     * libraries/common.lib.php3: Fixed getElementbyId-Bug #687548,
  8134.       thanks to Csaba Gabor!
  8135.     * sql.php3: Fixed another occurence of addslashes() where it no longer
  8136.       belongs.
  8137.     * tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
  8138.       tbl_properties.inc.php3, libraries/common.lib.php3: Goodie for you all
  8139.       - when creating/altering/adding table fields you can now change the
  8140.       wrong form input, instead of losing all your data. Have fun. :-)
  8141.     * tbl_dump.php3, tbl_properties_export.php3, css/phpmyadmin.css.php3,
  8142.       lang/*:
  8143.       Added new table export format by Michal Cihar. db_details_export.php3
  8144.       should be adapted to the new layout somewhen. Fixed Compression.
  8145.     * header.inc.php3, header_printview.inc.php3, index.php3,
  8146.       left.php3, queryframe.php3, querywindow.php3,
  8147.       transformation_wrapper.php3, css/phpmyadmin.css.php3,
  8148.       libraries/common.lib.php3, libraries/db_table_exists.lib.php3,
  8149.       libraries/functions.js, libraries/header_http.inc.php3,
  8150.       libraries/header_meta_style.inc.php3, libraries/left.js
  8151.       libraries/sqlparser.lib.php3:
  8152.       Massive code-cleanup. Put all stylesheets into new central file
  8153.       css/phpmyadmin.css.php3. To reduce overhead in this file, the
  8154.       common.lib.php3 has a new variable to determine whether the full
  8155.       code structure or only those codes needed for the stylesheet class
  8156.       is parsed. This is to prevent duplicated code, even though it looks
  8157.       somehow ugly. The stylesheet is now embedded via a <link rel>-
  8158.       directive and should also be able to be cached by the browser.
  8159.       See patch #699454.
  8160.       Also some unneccessary code was removed from querywindow/wrapper.
  8161.     * tbl_change.php3: Patch #697541 to prevent non-associative MySQL
  8162.       fieldnames to be mapped to false keys for display.
  8163.  
  8164. 2003-03-10 Marc Delisle  <lem9@users.sourceforge.net>
  8165.     * transformation_wrapper.php3, lang/*,
  8166.       libraries/transformations/image_png__inline.inc.php3:
  8167.       new transformation for png (inline)
  8168.       (still issues with PNG's transparency in PHP 4.3.0)
  8169.     * libraries/common.lib.php3: bug 692652, support for disabled ini_get()
  8170.  
  8171. 2003-03-09 Garvin Hicking <me@supergarv.de>
  8172.     * db_printview.php3: Added print button (#700205)
  8173.  
  8174. 2003-03-08 Marc Delisle  <lem9@users.sourceforge.net>
  8175.     * libraries/transformations/*.sh: did not work in bash
  8176.  
  8177. 2003-03-07 Marc Delisle  <lem9@users.sourceforge.net>
  8178.     * transformation_wrapper.php3, lang/*,
  8179.       libraries/transformations/image_jpeg__inline.inc.php3:
  8180.       now 2 options for resize: width, height
  8181.  
  8182. 2003-03-06 Garvin Hicking <me@supergarv.de>
  8183.     * libraries/common.lib.php3, libraries/display_tbl.lib.php3:
  8184.       Fix bug #658668, special escaping of \n, \r and \t characters.
  8185.       Please test, works fine for me now (both magic_quotes on/off).
  8186.  
  8187. 2003-03-05 Robin Johnson  <robbat2@users.sourceforge.net>
  8188.     * Documentation.html, Documentation.txt: Long-withstanding spelling fixes!
  8189.     * updatedocs.sh: Script to make conversion easier
  8190.  
  8191. 2003-03-05 Garvin Hicking <me@supergarv.de>
  8192.     * Documentation.html: Added FAQ 2.6 about localhost-socket connections.
  8193.     * libraries/relation.lib.php3, libraries/transformations.lib.php3,
  8194.       tbl_relation.php3, tbl_move_copy.php3: Replace PMA_handleSlashes()
  8195.       call with PMA_sqlAddslashes() call because of new global s
  8196.       lashes-handling.
  8197.     * sql.php3: Fixed querytime bug, when query was only shown for PHP
  8198.       display.
  8199.     * read_dump.php3, sql.php3, tbl_alter.php3,
  8200.       tbl_properties_export.php3: Fixed remaining calls to stripslashes()
  8201.       where not neccessary, because grab_globals already stripslashed
  8202.       the data. This fixes the problem of the SQL Pretty printer showing
  8203.       the data wrongly formatted.
  8204.  
  8205. 2003-03-05 Michal Cihar  <nijel@users.sourceforge.net>
  8206.     * libraries/sqlparser.data.php3: TRANSACTION isn't reserved word (fixes
  8207.      #697961)
  8208.  
  8209. 2003-03-05 Marc Delisle  <lem9@users.sourceforge.net>
  8210.     * Documentation.html, faq 1.29 about the "duplicate field names" problem
  8211.     * transformation_wrapper.php3, libraries/defines_php.lib.php3,
  8212.       libraries/transformations/image_jpeg__inline.inc.php3:
  8213.       resized thumbnails
  8214.  
  8215. 2003-03-03 Alexander M. Turek  <rabus@users.sourceforge.net>
  8216.     * tbl_replace_fields.php3: Bugfix: User was unable to insert values
  8217.       containing quotes.
  8218.     * libraries/common.lib.php3:
  8219.       - Avoid reloading the left frame twice;
  8220.       - PHP3 compatibility;
  8221.       - $cfg['PmaAbsoluteUri'] autodetection did not work as expected if php was
  8222.         in CGI mode.
  8223.  
  8224. 2003-03-03 Marc Delisle  <lem9@users.sourceforge.net>
  8225.     * badwords.txt: bug 692874: "date" is not a reserved word
  8226.  
  8227. 2003-03-02 Alexander M. Turek  <rabus@users.sourceforge.net>
  8228.     * db_details.php3, db_details_qbe.php3, db_search.php3, ldi_check.php3,
  8229.       mult_submits.inc.php3, read_dump.php3, sql.php3, tbl_addfield.php3,
  8230.       tbl_change.php3, tbl_create.php3, tbl_dump.php3, tbl_indexes.php3,
  8231.       tbl_move_copy.php3, tbl_properties.inc.php3,
  8232.       tbl_properties_operations.php3, tbl_properties_options.php3,
  8233.       tbl_query_box.php3, tbl_rename.php3, tbl_replace.php3,
  8234.       tbl_replace_fields.php3, tbl_select.php3, transformation_wrapper.php3,
  8235.       user_password.php3, libraries/build_dump.php3, libraries/common.lib.php3,
  8236.       libraries/display_tbl.lib.php3, libraries/grab_globals.php3:
  8237.       If magic_quotes_gpc is enabled, grab_globals calls stripslashes when
  8238.       extracting the arrays $_GET and $_POST. This should replace a lots of
  8239.       workarounds and avoid present and future problems with magic_quotes_gpc.
  8240.     * server_privileges.php3, libraries/common.lib.php3:
  8241.       - Escape wildcard characters in the database and table dropdown boxes;
  8242.       - CSS fixes.
  8243.  
  8244. 2003-03-01 Marc Delisle  <lem9@users.sourceforge.net>
  8245.     * lang/english: typo
  8246.     * tbl_dump.php3: undefined variable $use_comments
  8247.     * tbl_properties_export.php3: bug 692143: now we remove the
  8248.       LIMIT clause from the original query to use the limits entered
  8249.       on the export form
  8250.     * pdf_schema.php3: better header/footer for long pages,
  8251.       thanks to Maxime Delorme
  8252.  
  8253. 2003-03-01 Michal Cihar  <nijel@users.sourceforge.net>
  8254.     * tbl_indexes.php3: Cleaner solution for showing query after changing
  8255.       index.
  8256.  
  8257. 2003-03-01 Robin Johnson  <robbat2@users.sourceforge.net>
  8258.     * libraries/xpath/XPath.class.php, libraries/xpath/:
  8259.     - Removed (was part of the early DB config prototype)
  8260.     * lang/translatecount.sh:
  8261.     - Counts just how out of date the translations are!
  8262.  
  8263. 2003-02-28 Michal Cihar  <nijel@users.sourceforge.net>
  8264.     * tbl_indexes.php3: Show SQL query after modifying/creating index (closes
  8265.       #694800), show structure after modifying index.
  8266.  
  8267. 2003-02-28 Alexander M. Turek  <rabus@users.sourceforge.net>
  8268.     * Documentation.html: Fixed a typo.
  8269.     * server_privileges.php3: Fixed bug #691910.
  8270.     * server_status.php3, lang/*.inc.php3: Patch #683302: InnoDB status monitor,
  8271.       thanks to Jason Carlson (jjcarlson).
  8272.  
  8273. 2003-02-28 Garvin Hicking <me@supergarv.de>
  8274.     * config.inc.php3, header.inc.php3, queryframe.php3, querywindow.php3,
  8275.       tbl_query_box.php3, libraries/common.lib.php3, libraries/config_import.lib.php3,
  8276.       Documentation.html:
  8277.       - Finetuneing for query window: Only three tabs, if DefaultTab
  8278.         is not set to 'full'.
  8279.       - Inserted nobr-Tags to make german translation for 'sql history' fit inside a tab.
  8280.       - Improved windowsize of the query window (no a *lot* smaller, hope this will suit
  8281.          Rabus ;).
  8282.       - Made the textarea smaller (*1.25 instead of *2) for the window only.
  8283.       - Fixed a bug when you changed from a table to a database on the left frame and the
  8284.         query window still wants to show the previous table.
  8285.     * tbl_query_box.php3: Only show fieldlist, when $table is set.
  8286.     * translators.html: Adjusted to same topmenu as Documentation.html.
  8287.       With the new 'Transformations' item the bar was too large to fit
  8288.       on standard 800x600 browser windows.
  8289.  
  8290. 2003-02-27 Michal Cihar  <nijel@users.sourceforge.net>
  8291.     * lang/czech: Updated.
  8292.     * lang/english: Resorted.
  8293.  
  8294. 2003-02-27 Alexander M. Turek  <rabus@users.sourceforge.net>
  8295.     * libraries/common.lib.php3, libraries/config_import.lib.php3:
  8296.       - Backwards compatibility;
  8297.       - Removed some unnecessary code;
  8298.       - Added a small HOWTO.
  8299.     * config.inc.php3: The tab settings don't fit into the 'left frame' part.
  8300.     * lang/german-*.inc.php3: Grammar.
  8301.     * Documentation.html: Fixed some dead links.
  8302.     * scripts/create_tables.sql: Adjusted table comments.
  8303.  
  8304. 2003-02-27 Garvin Hicking <me@supergarv.de>
  8305.     * libraries/common.lib.php3, tbl_properties_links.php3, db_details_links.php3,
  8306.       querywindow.php3: Integrated Manuzhais patch for Lightweight Tabs.
  8307.     * querywindow.php3, tbl_query_box.php3, config.inc.php3, header.inc.php3, index.php3,
  8308.       libraries/config_import.lib.php3: Added (optional) DB-based SQL-history with
  8309.       purging on login, made querywindow tabbed, improved Querywindow-compatibility.
  8310.     * tbl_properties.inc.php3, config.inc.php, librarires/config_import.lib.php3:
  8311.       Experimental: Added $cfg['DefaultPropDisplay']. Enables vertical display
  8312.       (optional, default off) of the columns. I didn't like to have to scroll in horizontal
  8313.       directions, so with this mode you can see about 6 columns at once on a single screen.
  8314.     * tbl_properties.inc.php3: Fixed bug when certain fields are not
  8315.       enabled, they threw an undefined offset. [2nd try, now for real :)]
  8316.     * Documentation.html: Updated for my new features. Should include
  8317.       everyting, I hope. But seriously needs a proofread.
  8318.     * config.inc.php3: Inserted new directives for empty
  8319.       $cfg['Servers'][$i]. (history, verbose_check)
  8320.     * tbl_create.php3, tbl_addfield.php3, tbl_alter.php3: Added more checks
  8321.       to suppress Notices/Warnings when MIME-types are not enabled.
  8322.  
  8323. 2003-02-26 Garvin Hicking <me@supergarv.de>
  8324.     * lang/german-*: better grammar. ;)
  8325.     * libraries/display_tbl.lib.php3: Fixed transformation-link variable
  8326.       usage for special queries like 'SHOW FIELDS', where certain variables are
  8327.       not set.
  8328.     * config.inc.php3, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
  8329.       tbl_move_copy.php3, tbl_properties.inc.php3, tbl_properties_structure.php3,
  8330.       transformation_wrapper.php3, libraries/config_import.lib.php3,
  8331.       libraries/display_tbl.lib.php3, libraries/relation.lib.php3,
  8332.       scripts/create_tables.sql:
  8333.        Test if MIME-feature are really available. Preparation for PMA_db-based
  8334.        SQL-History.
  8335.        Removed a dupe for inserting comments, fixed integrity check when
  8336.        moving/renaming tables and keeping comments.
  8337.      * header.inc.php3: Added one more Javascript if-structure to make sure
  8338.        the frameset is initialized when querying for an active window. Without
  8339.        this, when starting phpMyAdmin for the first time, IE6 may complain
  8340.        depending on the order it loads the framesets.
  8341.  
  8342. 2003-02-25 Marc Delisle  <lem9@users.sourceforge.net>
  8343.     * db_details_structure.php3: undefined variable $comment
  8344.     * tbl_move_copy.php3: 'column_info'
  8345.  
  8346. 2003-02-25 Alexander M. Turek  <rabus@users.sourceforge.net>
  8347.     * lang/bulgarian-*.inc.php3, lang/czech-*.inc.php3, lang/dutch-*.inc.php3,
  8348.       lang/swedish-*.inc.php3, lang/thai-*.inc.php3: Removed problematic %e from
  8349.       $datefmt (translations #692065).
  8350.     * lang/japanese-*.inc.php3: Fixed some inconsistences.
  8351.     * config.inc.php3, db_details_importdocsql.php3, Documentation.html,
  8352.       sql.php3, tbl_move_copy.php3, tbl_rename.php3,
  8353.       libraries/config_import.lib.php3, libraries/relation.lib.php3,
  8354.       libraries/transformations.lib.php3: Changed 'column_comments' to
  8355.       'column_info'.
  8356.     * ChangeLog: Removed the 2.3.x branch from this ChangeLog; I moved it to
  8357.       <http://www.phpmyadmin.net/ChangeLogs/>.
  8358.  
  8359. 2003-02-25 Garvin Hicking <me@supergarv.de>
  8360.     * tbl_properties.inc.php3: Fixed duped display of comments due to
  8361.       merging diff conflict.
  8362.     * lang/german*: German translations, only missing transformation
  8363.       descriptions. They shouldn't be translated at that early point, I guess.
  8364.     * libraries/config_import.lib.php3, libraries/relation.lib.php3,
  8365.       libraries/transformations.lib.php3: 'column_info', they were somehow
  8366.       not included in rabus' commit?!
  8367.  
  8368. 2003-02-24 Alexander M. Turek  <rabus@users.sourceforge.net>
  8369.     * common.lib.php3: Backwards compatibility.
  8370.  
  8371. 2003-02-24 Garvin Hicking <me@supergarv.de>
  8372.     Submitted multiple patches from the patch tracker:
  8373.     * JS rowmarker now works in vertical display mode
  8374.         Files: libraries/functions.js, display_tbl.lib.php3
  8375.     * Display nav_bar even when only one row is returned, to enable display in
  8376.         vertical/horizontal mode (especially for rotated headers)
  8377.         Files: libraries/display_tbl.lib.php3
  8378.     * Measures basic query time [#571934]
  8379.         Files: sql.php3, display_tbl.lib.php3
  8380.     * New display mode with 90 degree rotated table headers [#544361]. Works
  8381.         either as CSS or as 'faked' PHP-transformation.
  8382.         Files: libraries/common.lib.php3, libraries/display_tbl.lib.php3
  8383.     * Update and display column comments in Add/Edit Fieldmode and CREATE table
  8384.         mode. Display comments in table structure (optional) with underlined
  8385.         CSS-mouseovers. Display comments in browser mode (optional), both in
  8386.         vertical and horizontal display mode. Keep column comments in synch, when
  8387.         DROPping/ALTERing and moving/copying tables.
  8388.         Files: tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
  8389.         tbl_properties.inc.php3, tbl_properties_structure.php3, db_details_links,
  8390.         tbl_relation.php3,tbl_move_copy.php3, tbl_properties_links.php3,
  8391.         tbl_rename.php3, sql.php3, db_details_structure.php3, db_details_links.php3,
  8392.         libraries/relation.lib.php3
  8393.     * Display and enter DB/table comments for navigation, stored in pma comments table.
  8394.         May be displayed as Alias-Tooltips in left frame. [#650064]
  8395.         Files: db_details_structure.php3, left.php3, relation.lib.php3
  8396.     * Display column comments in table/database dumps, as inline SQL-Comments
  8397.         Files: tbl_dump.php3, tbl_properties_export.php3, build_dump.lib.php3
  8398.     * Display MIME types to transform any table cell. You can only choose from a
  8399.         list of pre-defined MIME-types. The list gets built by a function searching
  8400.         a directory for valid transforms. For further information see
  8401.         libraries/transformations/README-file and soon in documentation. ;)
  8402.         Files: tbl_properties.inc.php3, transformations.lib.php3, relation.lib.php3,
  8403.         create_tables.sql, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
  8404.         tbl_move_copy.php3, transformation_wrapper.php3,
  8405.         libraries/display_tbl.lib.php3, libraries/transformations/*
  8406.         TODO: Add predefined functions!
  8407.     * Display a (javascript) based query window as a new frame below the left
  8408.         frame with query history [#526008]. Currently a bit experimental, works with
  8409.         IE6 and Mozilla 1.2. Utilizes pretty basic JavaScript functions which *should*
  8410.         work with any browser.
  8411.         Files: queryframe.php3, querywindow.php3, header.inc.php3,
  8412.         tbl_query_box.php3, common.lib.php3
  8413.  
  8414. 2003-02-24 Olivier L. M├╝ller  <om@omnis.ch>
  8415.     * libraries/common.lib.php3: if $cfg['PmaAbsoluteUri'] is empty and
  8416.       port == 80 or port == 443, do not add ":80" or ":443" anymore to the
  8417.       generated URL -> prevents a double password query with some browsers
  8418.       (Safari) in case of http authentication.  (tested with https, http and
  8419.       http running on port 8080)
  8420.  
  8421. 2003-02-24 Michal Cihar  <nijel@users.sourceforge.net>
  8422.     * tbl_change.php3, tbl_replace_fields.php3: Move magic words used for
  8423.       fields type into special variable. Fixes #647689.
  8424.     * db_details_structure.php3: Removed extra /. Fixes #692171.
  8425.  
  8426. 2003-02-23 Marc Delisle  <lem9@users.sourceforge.net>
  8427.     ### 2.4.0 released
  8428.  
  8429. 2003-02-23 Olivier L. M├╝ller  <om@omnis.ch>
  8430.     * docs.css: highlight FAQ questions in blue -> more readble.
  8431.  
  8432. 2003-02-23 Alexander M. Turek  <rabus@users.sourceforge.net>
  8433.     * server_privileges: Better code for "check privileges"; This should fix
  8434.       bug #687808 and a few other problems.
  8435.     * ANNOUNCE.txt: Updated list of known bugs.
  8436.     * server_variables.php3: Modified generated XHTML code.
  8437.  
  8438. 2003-02-22 Marc Delisle  <lem9@users.sourceforge.net>
  8439.     * lang/italian update, thanks to Pietro Danesi
  8440.     * lang/slovak update, thanks to Lubos Klokner
  8441.     * lang/polish: update, thanks to Jakub Wilk
  8442.     * lang/thai: update, thanks to Arthit Suriyawongkul
  8443.     * tbl_change.php3: do not use enctype="multipart/form-data"
  8444.       if !$is_upload (possible solution for bug 689215)
  8445.     * lang/swedish: update, thanks to Bj├╢rn T. Hallberg
  8446.  
  8447. 2003-02-19 Alexander M. Turek  <rabus@users.sourceforge.net>
  8448.     * libraries/display_tbl.lib.php3: Coding standards.
  8449.     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
  8450.     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
  8451.     * lang/galician-*.inc.php3: Updates, thanks to Xos├⌐ Calvo.
  8452.     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro.
  8453.  
  8454. 2003-02-18 Marc Delisle  <lem9@users.sourceforge.net>
  8455.     * sql.php3: bug 649665: undefined variables with UNION, and
  8456.       also get the correct row count
  8457.     * lang/norwegian: update, thanks to Sven-Erik Andersen
  8458.  
  8459. 2003-02-18 Alexander M. Turek  <rabus@users.sourceforge.net>
  8460.     * server_databases.php3:
  8461.       - Fixed bug #688360 (Database privileges and AllowUserDropDatabase);
  8462.       - The link "check privileges" is now only displayed to superusers.
  8463.  
  8464. 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
  8465.     * lang/czech: Updated.
  8466.     * Documentation.html: Removed obsolete FAQ 6.17 about binary upload.
  8467.  
  8468. 2003-02-17 Alexander M. Turek  <rabus@users.sourceforge.net>
  8469.     * server_privileges.php3: Fixed edit link.
  8470.     * Documentation.html:
  8471.       - Reformulated some passages;
  8472.       - FAQ 1.28.
  8473.     * ANNOUNCE.txt: Synchronized features list with documentation.
  8474.     * server_databases.php3: Fixed bug #688271 (missing "?").
  8475.  
  8476. 2003-02-17 Garvin Hicking <me@supergarv.de>
  8477.     * tbl_replace_fields.php3, read_dump.php3, libraries/common.lib.php3:
  8478.       Reworked blob file upload. More security cautions, and preserve
  8479.       fields contents, if no new file was uploaded. Moved is_uploaded_file
  8480.       function from read_dump.php3 to common.lib.php3 for reusability.
  8481.  
  8482. 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
  8483.     * tbl_change.php3, tbl_replace_fields.php3: Removed checkbox for binary
  8484.       upload, upload field moved into table.
  8485.  
  8486. 2003-02-17 Marc Delisle  <lem9@users.sourceforge.net>
  8487.     ### 2.4.0-rc2 released
  8488.     * sql.php3: use SQL_CALC_FOUND_ROWS on MySQL 4 to find the
  8489.       correct number of rows
  8490.  
  8491. 2003-02-16 Alexander M. Turek  <rabus@users.sourceforge.net>
  8492.     * server_privileges.php3, lang/*.inc.php3, lang/server_privileges.js:
  8493.       - Reimplemented ability to change a user's login information
  8494.         (bug #684984);
  8495.       - Feature: copy user profiles;
  8496.       - "Check privileges" should now also check for wildcards;
  8497.       - The revoke mode for deleting users did not always produce valid MySQL.
  8498.     * lang/chinese-*.inc.php3: Fixed bug #682161 by removing some errornous strings.
  8499.     * ANNOUNCE.txt: synchronized list of features and fixes.
  8500.  
  8501. 2003-02-16 Michal Cihar  <nijel@users.sourceforge.net>
  8502.     * lang/czech: Updated.
  8503.     * docs.css: Fixed URL.
  8504.  
  8505. 2003-02-16 Marc Delisle  <lem9@users.sourceforge.net>
  8506.     * sql.php3, libraries/sqlparser.lib.php3: new analyzer logic
  8507.       for splitting the SELECT clauses, to solve almost all records
  8508.       counting bugs
  8509.     * pdf_schema.php3: improved alignment, thanks to Maxime Delorme
  8510.     * lang/japanese: update, thanks to Yukihiro Kawada
  8511.  
  8512. 2003-02-15 Alexander M. Turek  <rabus@users.sourceforge.net>
  8513.     * ANNOUNCE.txt: Prepared announcement for 2.4.0. Please feel free to correct
  8514.       it if necessary.
  8515.     * libraries/common.lib.php3: Don't display edit link for
  8516.       database-independant queries.
  8517.     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
  8518.     * docs.css:
  8519.       - Wrong URI;
  8520.       - Typo.
  8521.  
  8522. 2003-02-14 Alexander M. Turek  <rabus@users.sourceforge.net>
  8523.     * server_databases.php3, server_privileges.php3, lang/*.inc.php3:
  8524.       Reimplemented "check privileges" feature.
  8525.  
  8526. 2003-02-13 Robin Johnson  <robbat2@users.sourceforge.net>
  8527.     * sql.php3: Fix simple little bug #685082
  8528.  
  8529. 2003-02-12 Alexander M. Turek  <rabus@users.sourceforge.net>
  8530.     * server_privileges.php3: Fixed bug #684947 ('uncheck all' of 'privileges'
  8531.       is broken), thanks to Alexander Schuch (ci-dev).
  8532.  
  8533. 2003-02-12 Marc Delisle  <lem9@users.sourceforge.net>
  8534.     * lang/indonesian update, thanks to Rachim Tamsjadi
  8535.     * lang/italian update, thanks to Pietro Danesi
  8536.     * lang/lithuanian update, thanks to Vilius Zigmantas
  8537.     * lang/slovenian update, thanks to Kositer Uros
  8538.     * lang/swedish: update, thanks to Bj├╢rn T. Hallberg
  8539.     * tbl_change.php3: upload field only to BLOBs
  8540.     * libraries/defines.lib.php3, libraries/common.lib.php3: adjust Konqueror
  8541.       font size
  8542.  
  8543. 2003-02-11 Marc Delisle  <lem9@users.sourceforge.net>
  8544.     * tbl_replace_fields.php3: sometimes we receive "none" as the file
  8545.       name when there is no field upload for some field
  8546.     * sql.php3: bug 684712, undefined variable $table (js disabled
  8547.       and confirmation for drop database)
  8548.  
  8549. 2003-02-11 Alexander M. Turek  <rabus@users.sourceforge.net>
  8550.     * server_databases.php3: Wrong link title.
  8551.  
  8552. 2003-02-10 Alexander M. Turek  <rabus@users.sourceforge.net>
  8553.     * server_databases.php3: Ensured that the database list is built.
  8554.  
  8555. 2003-02-10 Marc Delisle  <lem9@users.sourceforge.net>
  8556.     * lang/catalan: update, thanks to Xavier Navarro
  8557.  
  8558. 2003-02-09 Robin Johnson  <robbat2@users.sourceforge.net>
  8559.     * lang/Galician*: Updates thanks to xosecalvo
  8560.  
  8561. 2003-02-09 Michal Cihar  <nijel@users.sourceforge.net>
  8562.     * lang/czech: Updated again.
  8563.  
  8564. 2003-02-09 Alexander M. Turek  <rabus@users.sourceforge.net>
  8565.     * server_databases.php3, lang/*.inc.php3:
  8566.       - Bugfixes & interface cosmetic;
  8567.       - Drop multiple databases.
  8568.     * db_stats.php3: Removed, the file is replaced by server_databases.php3.
  8569.     * lang/german-*.inc.php3: Updates.
  8570.     * config.inc.php3: Added a note about another possible setting.
  8571.     * lang/galician-*.inc.php3: Updates, thanks to Xos├⌐ Calvo.
  8572.     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
  8573.     * translators.html: Fixed a typo.
  8574.     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
  8575.     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
  8576.  
  8577. 2003-02-08 Alexander M. Turek  <rabus@users.sourceforge.net>
  8578.     * config.inc.php3, lang/add_message.sh: Typos.
  8579.     * lang/italian.inc.php3: Updates, thanks to Pietro Danesi (danone).
  8580.     * server_databases.php3, server_links.inc.php3, lang/*.inc.php3:
  8581.       Reworte db_stats.php3 to be conform with the new server_ pages.
  8582.  
  8583. 2003-02-07 Michal Cihar  <nijel@users.sourceforge.net>
  8584.     * lang/czech: Updated.
  8585.  
  8586. 2003-02-07 Marc Delisle  <lem9@users.sourceforge.net>
  8587.     * lang/italian: update, thanks to Pietro Danesi
  8588.     * lang/norwegian: update, thanks to Sven-Erik Andersen
  8589.     * lang/polish: update, thanks to Jakub Wilk
  8590.     * lang/swedish: update, thanks to Bj├╢rn T. Hallberg
  8591.     * lang/slovak: remove duplicates
  8592.     * lang/*, tbl_properties.inc.php3: new $strDefaultValueHelp
  8593.  
  8594. 2003-02-06 Robin Johnson  <robbat2@users.sourceforge.net>
  8595.     * lang/arabic*: Updates thanks to Ossama Khayat <ossamak at nht.com.kw>
  8596.     * lang/chinese_gb.inc.php3: Fixed duplicate '$strDBGMin' where it should
  8597.       be '$strDBGMax'
  8598.     * translators.html: Added Ossama Khayat <ossamak at nht.com.kw>
  8599.  
  8600. 2003-02-06 Marc Delisle  <lem9@users.sourceforge.net>
  8601.     * libraries/sqlparser.lib.php3: PHP3 parse error
  8602.     * Documentation.html, db_details_importdocsql.php3, tbl_relation.php3,
  8603.       libraries/relation.lib.php3: bug 681298, we should always backquote
  8604.       a restricted word like "comment" when used as an identifier
  8605.     * Documentation.html, bug 681776, wrong command for my.ini file
  8606.     * libraries/left.js: png files
  8607.  
  8608. 2003-02-05 Alexander M. Turek  <rabus@users.sourceforge.net>
  8609.     * db_details.php3, tbl_query_box.php3: Disabled the autoselect feature of
  8610.       the SQL query box for Opera 7 for Windows in order to avoid trouble here.
  8611.     * Documentation.html: Removed FAQ entry about Opera 7.
  8612.     * db_stats.php3: One <img> tag still pointed to a GIF file.
  8613.  
  8614. 2003-02-05 Marc Delisle  <lem9@users.sourceforge.net>
  8615.     * tbl_replace.php3, tbl_replace_fields.php3: do not display the
  8616.       UPDATE query if there was some binary upload in it, otherwise
  8617.       display it
  8618.  
  8619. 2003-02-04 Alexander M. Turek  <rabus@users.sourceforge.net>
  8620.     * common.lib.php3:
  8621.       - Patch #669255 (Initial DB list for MySQL > 4.0.2), thanks to Charles
  8622.         Bailey (charles_bailey);
  8623.       - Don't use small fonts for Opera 7.
  8624.     * ldi_check.php3: Backslahes should be escaped.
  8625.     * Documentation.html: Added a note about Opera 7.
  8626.  
  8627. 2003-02-04 Michal Cihar  <nijel@users.sourceforge.net>
  8628.     * Documentation.*: Added information about binary checkbox when uploading
  8629.       files.
  8630.  
  8631. 2003-02-04 Garvin Hicking  <me@supergarv.de>
  8632.     * common.lib.php3: Fixed a possible 'undefined index' error.
  8633.  
  8634. 2003-02-04 Marc Delisle  <lem9@users.sourceforge.net>
  8635.     * Documentation.html: new faq entry about IE bug with http auth,
  8636.       switching from one server to the other
  8637.     * db_details_qbe.php3: bug 661758 (undefined offset when doing a qbe
  8638.       and only table selected)
  8639.     * ldi_check.php3: check local_infile on recent MySQL versions,
  8640.       thanks to Alexander
  8641.  
  8642. 2003-02-03 Michal Cihar  <nijel@users.sourceforge.net>
  8643.     * libraries/display_tbl.lib.php3, tbl_change.php3: Show blob size (RFE
  8644.       #678729).
  8645.     * tbl_replace_fields.php3, tbl_change.php3: Allow binary uploads.
  8646.     * tbl_dump.php3: Fix bug #679699 (export to XML, save to file - Undefined
  8647.       variable: charset_of_file).
  8648.  
  8649. 2003-02-03 Garvin Hicking  <me@supergarv.de>
  8650.     * pdf_schema.php3, libraries/dbg/profiling.php3,
  8651.       libraries/xpath/XPath.class.php: Backwards compatibility (foreach loops).
  8652.  
  8653. 2003-02-03 Marc Delisle  <lem9@users.sourceforge.net>
  8654.     ### 2.4.0-rc1 released
  8655.     and after the release:
  8656.     * lang/romanian: update, thanks to Valics Lehel
  8657.     * lang/spanish: update, thanks to Daniel Hinostroza C.
  8658.     * lang/catalan: update, thanks to Xavier Navarro
  8659.     * lang/dutch update, thanks to Ivo Teel
  8660.  
  8661. 2003-02-02 Olivier L. M├╝ller  <om@omnis.ch>
  8662.     * tbl_addfield.php3: ignore empty fields on alter table
  8663.  
  8664. 2003-02-02 Alexander M. Turek  <rabus@users.sourceforge.net>
  8665.     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
  8666.       compatibility.
  8667.     * lang/german-*.inc.php3: Updates.
  8668.     * server_privileges.php3: Remove column privileges.
  8669.     * config.inc.php3: Added $cfg['DefaultTabServer'].
  8670.     * header.inc.php3: Link the default tabs.
  8671.     * libraries/common.lib.php3: PHP3 compatibility.
  8672.  
  8673. 2003-02-02 Michal Cihar  <nijel@users.sourceforge.net>
  8674.     * lang/czech: Updated.
  8675.     * lang/sort_lang.sh: This needs bash.
  8676.  
  8677. 2003-02-02 Marc Delisle  <lem9@users.sourceforge.net>
  8678.     * lang/indonesian: update, thanks to Rachim Tamsjadi (tamsy).
  8679.     * lang/norwegian: update, thanks to Sven-Erik Andersen
  8680.     * libraries/kanji-encoding.lib.php3 bug fix, thanks to Yukihiro Kawada
  8681.     * libraries/dbg/setup.php3, lang/*: generic $strCantLoad
  8682.       (later when we get enough translations,
  8683.        we can use it instead of $strCandLoadMySQL)
  8684.     * lang/romanian: update, thanks to Valics Lehel
  8685.     * lang/galician: update, thanks to Xos├⌐ Calvo
  8686.     * lang/lithuanian: update, thanks to Vilius Zigmantas
  8687.     * lang/japanese: update, thanks to Yukihiro Kawada
  8688.     * lang/*, libraries/dbg/profiling.php3: strDBGMaxTimeMs,
  8689.       thanks to Alexander
  8690.  
  8691. 2003-02-01 Robin Johnson  <robbat2@users.sourceforge.net>
  8692.     * R.I.P.: --- On Feb. 1, 2003, the Space Shuttle Columbia (STS-107) was lost during its
  8693.     re-entry into Earth's atmosphere. In memory of the brave men and women who
  8694.     gave their lives for the people of Earth. ---
  8695.     * Documentation.html: Removed a bit of duplication in [7.4] and the
  8696.     Developers section
  8697.     * libraries/dbg: New directory for DBG code
  8698.     * libraries/dbg/setup.php3:
  8699.        - DBG initialization code, including module support
  8700.     * libraries/dbg/profiling.php3: Profiling code
  8701.     * lang/*: New strings added for DBG extension
  8702.     * config.inc.php3: config options for DBG, off by default
  8703.     * footer.inc.php3: DBG profiling output
  8704.  
  8705. 2003-02-01 Michal Cihar  <nijel@users.sourceforge.net>
  8706.     * Documentation.*, translators.html, docs.css: New documentation layout.
  8707.     * scripts/create-release.sh: Added --dont_wrap_pre to lynx parameters.
  8708.  
  8709. 2003-02-01 Marc Delisle  <lem9@users.sourceforge.net>
  8710.     * tbl_change.php3, tbl_replace.php3, (new)tbl_replace_fields.php3,
  8711.       db_details.php3, tbl_query_box.php3, libraries/common.lib.php3:
  8712.       new Feature: BLOB field upload
  8713.       (TODO: handle open_basedir restrictions)
  8714.  
  8715. 2003-01-31 Alexander M. Turek  <rabus@users.sourceforge.net>
  8716.     * config.inc.php3, Documentation.html, libraries/common.lib.php3,
  8717.       libraries/config_import.lib.php3: Added experimental support for
  8718.       compressed connections to the MySQL server.
  8719.  
  8720. 2003-01-30 Marc Delisle  <lem9@users.sourceforge.net>
  8721.     * db_details_structure.php3, libraries/fpdf/fpdf.php3: better browser
  8722.       support, thanks to Jose Fandos (jose.fandos at sonnd.com)
  8723.  
  8724. 2003-01-30 Michal Cihar  <nijel@users.sourceforge.net>
  8725.     * Documentation*: Added faq 1.27 about GZIP output buffering problem.
  8726.     * Documentation.html, translators.html: Unified using of font sizes.
  8727.  
  8728. 2003-01-30 Alexander M. Turek  <rabus@users.sourceforge.net>
  8729.     * main.php3, user_details.php3, libraries/user_details.js: Removed the old
  8730.       user management.
  8731.     * server_processlist.php3: Fixed a bug the denied the access to the
  8732.       process list for normal users.
  8733.     * config.inc.php3: Removed note about buggy setting.
  8734.     * lang/german-*.inc.php3: Updates.
  8735.     * Documentation.html: There won't be a PHP 4.5.0; typos.
  8736.  
  8737. 2003-01-29 Marc Delisle  <lem9@users.sourceforge.net>
  8738.     * tbl_select.php3: drop-down for enums, thanks to Joerg Klein (j0erch)
  8739.  
  8740. 2003-01-28 Marc Delisle  <lem9@users.sourceforge.net>
  8741.     * sql.php3, tbl_replace.php3: display UPDATE statement after row edit
  8742.  
  8743. 2003-01-27 Marc Delisle  <lem9@users.sourceforge.net>
  8744.     * lang/slovenian update: thanks to Kositer Uros (urosh)
  8745.     * lang/albanian: update, thanks to Laurent Dhima
  8746.     * lang/slovak update, thanks to Lubos Klokner
  8747.  
  8748. 2003-01-25 Marc Delisle  <lem9@users.sourceforge.net>
  8749.     * libraries/relation.lib.php3: improve messages
  8750.  
  8751. 2003-01-23 Marc Delisle  <lem9@users.sourceforge.net>
  8752.     * tbl_relation.php3, bug 659227: in Relation View, cannot enter comments
  8753.  
  8754. 2003-01-22 Robin Johnson  <robbat2@users.sourceforge.net>
  8755.     * lang/swedish*: Updates, thanks to Bj├╢rn T. Hallberg (bth)
  8756.     * lang/italian*: Updates, thanks to Pietro Danesi (danone)
  8757.     * lang/english*: Resorted and Resynced.
  8758.     * lang/farsi*: Added ready for Farsi translation
  8759.     * lang/sync_lang.sh, libraries/select_lang.lib.php3:
  8760.         - Updates ready for Farsi translation
  8761.     * lang/polish*: Updates, thanks to Jakub Wilk (ubanus)
  8762.     * fulltext.png, partialtext.png, pma_logo.png:
  8763.         - Ran PNGCRUSH on files to reduce size optimially.
  8764.     * plus.gif, browse.gif, desc_order.gif, asc_order.gif, minus.gif,
  8765.     vertical_line.gif, item_rtl.gif, item_ltr.gif:
  8766.         - Old image files removed and replaced with PNG files (feature
  8767.         #458895)
  8768.     * plus.png, browse.png, desc_order.png, asc_order.png, minus.png,
  8769.     vertical_line.png, item_rtl.png, item_ltr.png:
  8770.         - New PNG image files (feature #458895)
  8771.     * header.inc.php3, left.php3, main.php3, libraries/display_tbl.lib.php3:
  8772.         - Code changes for PNG images (feature #458895)
  8773.  
  8774. 2003-01-21 Robin Johnson  <robbat2@users.sourceforge.net>
  8775.     * libraries/sqlparser.lib.php3: checkType function
  8776.  
  8777. 2003-01-21 Alexander M. Turek  <rabus@users.sourceforge.net>
  8778.     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
  8779.  
  8780. 2003-01-21 Marc Delisle  <lem9@users.sourceforge.net>
  8781.     * sql.php3, tbl_properties_export.php3, libraries/build_dump.lib.php3:
  8782.       row limiting for exported results
  8783.  
  8784. 2003-01-21 Michal Cihar  <nijel@users.sourceforge.net>
  8785.     * db_datadict.php3, pdf_schema.php3, tbl_printview.php3,
  8786.       tbl_properties.inc.php3, tbl_properties_structure.php3, tbl_select.php3:
  8787.       Fixed bug #667682 ("UNSIGNED" option in SET or ENUM), SET and ENUM can't
  8788.       be SIGNED/UNSIGNED/ZEROFILL.
  8789.  
  8790. 2003-01-19 Alexander M. Turek  <rabus@users.sourceforge.net>
  8791.     * server_privileges.php3: Added column privileges editor.
  8792.  
  8793. 2003-01-19 Marc Delisle  <lem9@users.sourceforge.net>
  8794.     * sql.php3, tbl_properties_export.php3, tbl_dump.php3,
  8795.       tbl_move_copy.php3, libraries/build_dump.lib.php3:
  8796.       Feature: Export results of SELECTs
  8797.  
  8798. 2003-01-17 Marc Delisle  <lem9@users.sourceforge.net>
  8799.     * Documentation.html: faq 5.12 about OS X Safari problem
  8800.     * tbl_move_copy.php3: typo (wrong back link)
  8801.  
  8802. 2003-01-17 Robin Johnson  <robbat2@users.sourceforge.net>
  8803.     * lang/spanish-*.inc.php3: Updates, thanks to Daniel Hinostroza C.
  8804.     * lang/norwegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
  8805.  
  8806. 2003-01-17 Alexander M. Turek  <rabus@users.sourceforge.net>
  8807.     * server_privileges.php3: Wrong label.
  8808.     * scripts/create-release.sh: Changed the CVS hostname to cvs1 because
  8809.       cvs1.sourceforge.net is now blocked for the SF shell servers, too. Note:
  8810.       The script now works on the SF shell servers ONLY!
  8811.  
  8812. 2003-01-16 Michal Cihar  <nijel@users.sourceforge.net>
  8813.     * lang/czech: Updated.
  8814.     * libraries/tbl_change.js, tbl_change.php3: Improved Ctrl+arrows moving in
  8815.       field editing.
  8816.  
  8817. 2003-01-15 Robin Johnson  <robbat2@users.sourceforge.net>
  8818.     * lang/sort_lang.sh: Fix status output bug '\n'
  8819.     * db_details_importdocsql.php3: Move hardcoded strings to language files
  8820.     * lang/*.php3: Add new strings for docSQL importer
  8821.     * libraries/sqlvalidator.*.php3: Finish fixing bug #644709
  8822.     * Documentation.html: Revised FAQ entry about SQL Validator
  8823.  
  8824. 2003-01-15 Alexander M. Turek  <rabus@users.sourceforge.net>
  8825.     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
  8826.     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
  8827.     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
  8828.     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
  8829.     * lang/slovak-*.inc.php3: Updates, thanks to Lubos Klokner (erkac).
  8830.  
  8831. 2003-01-15 Marc Delisle  <lem9@users.sourceforge.net>
  8832.     * pdf_pages.php3: feature: deleting a pdf page
  8833.     * libraries/sqlparser.lib.php3: bug 667317 (INTERVAL 10YEAR)
  8834.       , bug 667663 (ALTER TABLE tbl_name AUTO_INCREMENT = 1 )
  8835.  
  8836. 2003-01-14 Alexander M. Turek  <rabus@users.sourceforge.net>
  8837.     * server_privileges.php3:
  8838.       - Lookup database / table lists if possible;
  8839.       - The database name was displayed instead of the table name in the sub
  8840.         page heading.
  8841.     * lang/slovenian-*.inc.php3: Updates, thanks to Kositer Uros (urosh).
  8842.     * lang/norwegian-*.inc.php3: Updates, thanks to
  8843.       Sven-Erik Andersen (sven-erik).
  8844.     * lang/albanian-*.inc.php3: Updates, thanks to Laurent Dhima (laurenti).
  8845.     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
  8846.  
  8847. 2003-01-14 Marc Delisle  <lem9@users.sourceforge.net>
  8848.     * lang/galician: update, thanks to Xos├⌐ Calvo
  8849.     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
  8850.  
  8851. 2003-01-14 Michal Cihar  <nijel@users.sourceforge.net>
  8852.     * tbl_properties_structure.php3, libraries/functions.js: Added (un)check
  8853.       all for fields selection.
  8854.     * tbl_properties.inc.php3, libraries/functions.js: Merged patch #554439
  8855.       (Jumping cursor using keyboard).
  8856.     * tbl_alter.php3, tbl_addfield.php3, tbl_create.php3: Always include
  8857.       functions.js to allow jumping using keyboard.
  8858.     * tbl_change.php3, libraries/tbl_change.js: Moving cursor with Ctrl+arrows
  8859.       works also for row editing.
  8860.     * Documentation.*: Documented moving using Ctrl+arrows (FAQ 6.16).
  8861.  
  8862. 2003-01-13 Robin Johnson  <robbat2@users.sourceforge.net>
  8863.     * libraries/sqlvalidator.class.php3:
  8864.       - Removed dependency on overload extension
  8865.       - Started to fix bug #644709
  8866.     * sql.php3, libraries/common.lib.php3, libraries/sqlparser.lib.php3:
  8867.       - Revert line 88 of sql.php3, and fix it a different way...
  8868.  
  8869. 2003-01-12 Robin Johnson  <robbat2@users.sourceforge.net>
  8870.     * read_dump.php3, sql.php3, libraries/common.lib.php3,
  8871.     libraries/sqlparser.lib.php3:
  8872.       - Fixed bug #641765, see mailing list post
  8873.  
  8874. 2003-01-11 Alexander M. Turek  <rabus@users.sourceforge.net>
  8875.     * server_*.php3:
  8876.       - The messages are now displayed by server_links.inc.php3, so
  8877.         server_common.inc.php3 may be included earlier;
  8878.       - Beautified code.
  8879.     * server_privileges.php3:
  8880.       - Wrong GRANT syntax;
  8881.       - Changed the default behavior of the for fields "pred_username" and
  8882.         "pred_password".
  8883.  
  8884. 2003-01-10 Marc Delisle  <lem9@users.sourceforge.net>
  8885.     * tbl_change.php3: bug 665885, wrong back link after sql error
  8886.     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
  8887.     * lang/ukrainian: update, thanks to Markijan Baran
  8888.     * lang/romanian: update, thanks to Valics Lehel
  8889.     * lang/japanese: update, thanks to Yukihiro Kawada
  8890.  
  8891. 2003-01-10 Michal Cihar  <nijel@users.sourceforge.net>
  8892.     * lang/czech*: Updated.
  8893.  
  8894. 2003-01-09 Marc Delisle  <lem9@users.sourceforge.net>
  8895.     * sql.php3, libraries/sqlparser.lib.php3: bug 664951, add
  8896.       support for the EXTRACT ... FROM syntax which is not a real
  8897.       SELECT ... FROM
  8898.  
  8899. 2003-01-09 Alexander M. Turek  <rabus@users.sourceforge.net>
  8900.     * server_privileges.php3, lang/*.inc.php3:
  8901.       - Forgot to implement "This host";
  8902.       - Drop the users' databases;
  8903.       - Don't send comments to the MySQL server;
  8904.       - When trying to delete multiple users, display an error message if none
  8905.         have been selected.
  8906.  
  8907. 2003-01-08 Marc Delisle  <lem9@users.sourceforge.net>
  8908.     * libraries/sqlparser.lib.php3, libraries/functions.js,
  8909.       sql.php3: - use the parser for confirmation requests
  8910.                 - better check before appending LIMIT
  8911.     * lang/galician: update, thanks to Xos├⌐ Calvo
  8912.     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
  8913.     * lang/indonesian: missing semicolon
  8914.     * lang/japanese: update, thanks to Yukihiro Kawada
  8915.     * lang/romanian: update, thanks to Valics Lehel
  8916.  
  8917. 2003-01-08 Michal Cihar  <nijel@users.sourceforge.net>
  8918.     * libraries/url_generating.lib.php3, libraries/common.lib.php3: New URL
  8919.       and hidden input generating stuff.
  8920.     * almost all php3 files: Use new URL and hidden input generation stuff.
  8921.     * libraries/common.lib.php3: Addded extra check for MySQL even when in
  8922.       safe mode (could fix #661949).
  8923.  
  8924. 2003-01-08 Alexander M. Turek  <rabus@users.sourceforge.net>
  8925.     * lang/english-*.inc.php3: Fixed a typo.
  8926.     * server_privileges.php3, libraries/url_generating.lib.php3:
  8927.       - Beautified generated XHTML code;
  8928.       - Coding standards;
  8929.       - Added a missing @param comment.
  8930.  
  8931. 2003-01-07 Michal Cihar  <nijel@users.sourceforge.net>
  8932.     * lang/czech: Updated.
  8933.  
  8934. 2003-01-07 Alexander M. Turek  <rabus@users.sourceforge.net>
  8935.     * server_privileges.php3: Sorting user list.
  8936.     * translators.html: Typo.
  8937.     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
  8938.     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
  8939.     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
  8940.     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
  8941.     * lang/norwegian-*.inc.php3: Updates, thanks to
  8942.       Sven-Erik Andersen (sven-erik).
  8943.     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
  8944.  
  8945. 2003-01-07 Marc Delisle  <lem9@users.sourceforge.net>
  8946.     * Documentation.html: clarification about cookie/http modes
  8947.     * lang/dutch update, thanks to Ivo Teel
  8948.     * lang/japanese: update, thanks to Yukihiro Kawada
  8949.     * lang/ukrainian: remove duplicate messages
  8950.  
  8951. 2003-01-06 Alexander M. Turek  <rabus@users.sourceforge.net>
  8952.     * server_privileges.php3:
  8953.       - Interface cosmetic;
  8954.       - Smaller bugfixes;
  8955.       - Added a db / table privileges editor.
  8956.     * server_privileges.php3, server_links.inc.php3: XHTML fixes.
  8957.     * server_privileges.php3, libraries/server_privileges.js:
  8958.       - Optimized some JS functions for the new interface;
  8959.       - Added ability to create new MySQL users via GRANT (feature #502465).
  8960.     * Documentation.html, translators.html, libraries/defines_php.lib.php3:
  8961.       Incremented version number to 2.4.0-dev.
  8962.  
  8963. 2003-01-05 Alexander M. Turek  <rabus@users.sourceforge.net>
  8964.     * Documentation.html: Added a note about "bug" #662602 (FAQ 3.4).
  8965.  
  8966. 2003-01-03 Marc Delisle  <lem9@users.sourceforge.net>
  8967.     * lang/estonian*, malay*: remove control M
  8968.     * lang/romanian: update, thanks to Valics Lehel
  8969.     * lang/galician: update, thanks to Xos├⌐ Calvo
  8970.     * lang/english: typos fix, thanks to Bj├╢rn T. Hallberg (bth)
  8971.  
  8972. 2003-01-01 Alexander M. Turek  <rabus@users.sourceforge.net>
  8973.     * lang/german*: Updated.
  8974.  
  8975. 2003-01-01 Michal Cihar  <nijel@users.sourceforge.net>
  8976.     * lang/czech*: Updated.
  8977.     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
  8978.     * lang/sort_lang.sh: Made POSIX sh compatible.
  8979.     * lang/check_lang.sh: Made require bash.
  8980.     * lang/swedish*: Updated.
  8981.     * lang/*: For many translations fixed missing/duplicate strings.
  8982.  
  8983. 2002-12-28 Marc Delisle  <lem9@users.sourceforge.net>
  8984.     * lang/ukrainian: update, thanks to Markijan Baran
  8985.     * user_details.php3: add $strGrantOption
  8986.     * lang/french update
  8987.     * main.php3, lang/*.php3: $strOriginalInterface
  8988.  
  8989. 2002-12-25 Alexander M. Turek  <rabus@users.sourceforge.net>
  8990.     * server_privileges.php3:
  8991.       - Made the script compatible to MySQL < 3.22.11;
  8992.       - Fixed the missing "LOCK TABLES" option in the privilege editor.
  8993.       - Fixed a bug that caused the script not to use GRANT ALL PRIVILEGES even
  8994.         if all privileges have been selected.
  8995.     * libraries/sqlparser.data.php3:
  8996.       - Fixed bug #655817 (New privileges are not detected correctly).
  8997.       - Updated function list.
  8998.  
  8999. 2002-12-23 Alexander M. Turek  <rabus@users.sourceforge.net>
  9000.     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
  9001.  
  9002. 2002-12-22 Alexander M. Turek  <rabus@users.sourceforge.net>
  9003.     * server_privileges.php3, lang/*.inc.php3, libraries/user_details.js:
  9004.       Added ability to delete users.
  9005.  
  9006. 2002-12-21 Alexander M. Turek  <rabus@users.sourceforge.net>
  9007.     * tbl_dump.php3:
  9008.       - Fixed wrong charset information in XML exports.
  9009.       - Beautified the output of the MySQL version number, e.g. '4.0.5' instead
  9010.         of '4.00.05'.
  9011.  
  9012. 2002-12-20 Alexander M. Turek  <rabus@users.sourceforge.net>
  9013.     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
  9014.  
  9015. 2002-12-19 Michal Cihar  <nijel@users.sourceforge.net>
  9016.     * server_privileges.php3: Fixed undefined variable warning.
  9017.     * lang/czech*: Updated.
  9018.     * lang/*: Fixed a typo.
  9019.  
  9020. 2002-12-19 Marc Delisle  <lem9@users.sourceforge.net>
  9021.     * lang/romanian: update, thanks to Valics Lehel
  9022.     * lang/dutch update, thanks to Ivo Teel
  9023.  
  9024. 2002-12-19 Alexander M. Turek  <rabus@users.sourceforge.net>
  9025.     * lang/norwegian-*.inc.php3:
  9026.       - Corrections, thanks to Tore Longva <longva at stud.ntnu.no>.
  9027.       - Updates, thanks again to Sven-Erik Andersen (sven-erik).
  9028.     * lang/malay-*.inc.php3: Updates, thanks again to Shafique (sicksand).
  9029.     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
  9030.     * lang/german-*.inc.php3: Updates.
  9031.     * lang/*.inc.php3: Fixed a typo.
  9032.     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
  9033.     * lang/english-*.inc.php3, lang/romanian-*.inc.php3: Reordered strings.
  9034.     * server_privileges.php3, lang/*.inc.php3:
  9035.       - Bugfixes;
  9036.       - Small design modification;
  9037.       - Added ability to change passwords via SET PASSWORD FOR user.
  9038.  
  9039. 2002-12-18 Alexander M. Turek  <rabus@users.sourceforge.net>
  9040.     * main.php3, header.inc.php3, server_privileges.php3, server_links.php3,
  9041.       lang/*.inc.php3: Started rewriting the user administration; changes:
  9042.       - Use GRANT / REVOKE for privilege changes (feature #502465);
  9043.       - Support for the new privilege system introduced with MySQL 4.0.2-beta;
  9044.       - Support for user resource limits;
  9045.       - Improved user friendliness.
  9046.       Currently, it can only display and edit global privileges.
  9047.     * libraries/common.lib.php3: Undefined index.
  9048.     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
  9049.     * lang/estonian-*.inc.php3: Updates, thanks again to Alvar Soome (finsoft).
  9050.  
  9051. 2002-12-18 Michal Cihar  <nijel@users.sourceforge.net>
  9052.     * main.php3: Since every user has access to his processlist, set
  9053.       is_process_priv to TRUE as default (fixes undefined variable warning).
  9054.  
  9055. 2002-12-18 Marc Delisle  <lem9@users.sourceforge.net>
  9056.     * tbl_select.php3, bug 648263
  9057.     * libraries/common.lib.php3, bug 653764
  9058.     * tbl_move_copy.php3, tbl_properties_operations.php3: feature 508564,
  9059.       append data only to a table
  9060.  
  9061. 2002-12-17 Marc Delisle  <lem9@users.sourceforge.net>
  9062.     * lang/russian: update, thanks to Nicolay Zakharov
  9063.  
  9064. 2002-12-16 Michal Cihar  <nijel@users.sourceforge.net>
  9065.     * lang/{sort_lang.sh,sync_lang.sh}: Make it work with POSIX sh.
  9066.     * lang/czech: fixed typos, thanks to Vojta Beran <xmamut at email dot cz>
  9067.  
  9068. 2002-12-16 Marc Delisle  <lem9@users.sourceforge.net>
  9069.     * lang/russian: update, thanks to Nicolay Zakharov
  9070.     * lang/galician: update, thanks to Xos├⌐ Calvo
  9071.  
  9072. 2002-12-15 Marc Delisle  <lem9@users.sourceforge.net>
  9073.     * libraries/get_foreign.lib.php3: bug 646263,
  9074.       bad drop-down in select sub-page
  9075.  
  9076. 2002-12-14 Alexander M. Turek  <rabus@users.sourceforge.net>
  9077.     * libraries/common.lib.php3: Removed a comment.
  9078.  
  9079. 2002-12-14 Marc Delisle  <lem9@users.sourceforge.net>
  9080.     * ldi_check.php3: bug 530255 (LOAD DATA LOCAL INFILE)
  9081.  
  9082. 2002-12-13 Michal Cihar  <nijel@users.sourceforge.net>
  9083.     * tbl_dump.php3: Fix output order of inserts/creates, generate file
  9084.       extension to include also file type, not only compression (now it
  9085.       generates something like dump.sql.gz).
  9086.  
  9087. 2002-12-13 Mike Beck <mikebeck@users.sourceforge.net>
  9088.     * pdf_schema.php3: Change generated filename to
  9089.       db_pdfname.pdf instead of db_pdfnumber.pdf
  9090.  
  9091. 2002-12-12 Alexander M. Turek  <rabus@users.sourceforge.net>
  9092.     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
  9093.     * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
  9094.     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
  9095.     * lang/norwegian-*.inc.php3: Updates, thanks again to
  9096.       Sven-Erik Andersen (sven-erik).
  9097.     * lang/german-*.inc.php3: Small grammar fix.
  9098.  
  9099. 2002-12-11 Alexander M. Turek  <rabus@users.sourceforge.net>
  9100.     * lang/german-*.inc.php3: Updates.
  9101.     * lang/catalan-*.inc.php3: Updates, thanks again to Xavier Navarro (xavin).
  9102.     * libraries/build_dump.php3:
  9103.       - Fixed part 2 of bug #652311 (Undefined variables);
  9104.       - Coding standards.
  9105.  
  9106. 2002-12-11 Michal Cihar  <nijel@users.sourceforge.net>
  9107.     * tbl_dump.php3: Fix exporting of structure and data to file, fix and make
  9108.       cleaner charset conversion for export.
  9109.     * db_details_export.php3, tbl_dump.php3, tbl_properties_export.php3,
  9110.       lang/*, libraries/build_dump.lib.php3: Support for exporting to LaTeX,
  9111.       thanks to Valentine for creating the patch #627496.
  9112.  
  9113. 2002-12-11 Marc Delisle  <lem9@users.sourceforge.net>
  9114.     * lang/galician: update, thanks to Xos├⌐ Calvo
  9115.     * libraries/sqlparser.lib.php3: bug 649665 undefined vars with UNION,
  9116.       but there is still some work to do about how to split a UNION
  9117.     * tbl_properties_options.php3, bug 651522 wrong back-link,
  9118.       thanks to Mischka ( stollner at uni-muenster dot de )
  9119.  
  9120. 2002-12-10 Michal Cihar  <nijel@users.sourceforge.net>
  9121.     * lang/czech*.php3: Updated translation.
  9122.     * tbl_dump.php3: Fix Alexanders fix for bug #651414.
  9123.  
  9124. 2002-12-10 Alexander M. Turek  <rabus@users.sourceforge.net>
  9125.     * server_*.php3, lang/*.inc.php3, main.php3:
  9126.       - Added 'SHOW PROCESSLIST' interface;
  9127.       - Small bugfixes.
  9128.       - XHTML fixes.
  9129.     * lang/spanish-*.inc.php3: Updates, thanks again to
  9130.       Dr. med. Daniel Hinostroza C.
  9131.     * tbl_dump.php3, lang/*.inc.php3: Warning for bug #651414.
  9132.  
  9133. 2002-12-09 Alexander M. Turek  <rabus@users.sourceforge.net>
  9134.     * lang/norwegian-*.inc.php3: Updates, thanks again to
  9135.       Sven-Erik Andersen (sven-erik).
  9136.     * lang/swedish-*.inc.php3: Updates, thanks again to Bj├╢rn T. Hallberg (bth).
  9137.     * lang/spanish-*.inc.php3: Updates, thanks again to
  9138.       Dr. med. Daniel Hinostroza C.
  9139.  
  9140. 2002-12-08 Alexander M. Turek  <rabus@users.sourceforge.net>
  9141.     * Documentation.html, header.inc.php3, header_printview.inc.php3, main.php3,
  9142.       server_common.inc.php3, server_links.inc.php3, server_status.php3,
  9143.       server_variables.php3, lang/*.inc.php3, libraries/common.lib.php3:
  9144.       Started working on a new interface to server related pages.
  9145.     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
  9146.     * lang/german-*.inc.php3: Updates.
  9147.     * lang/english-*.inc.php3: Reordered strings.
  9148.  
  9149. 2002-12-07 Marc Delisle  <lem9@users.sourceforge.net>
  9150.     * db_search.php3, libraries/display_tbl.lib.php3, libraries/common.lib.php3
  9151.       bug 633422, use a button if search result would generate a too big URL
  9152.  
  9153. 2002-12-06 Mike Beck <mikebeck@users.sourceforge.net>
  9154.     * pdf_pages.php3,pdf_schema.php3,db_details_structure.php3:
  9155.       Choose between Landscape and Portrait for the
  9156.       Datadictionary in PDF Pages
  9157.     * pdf_schema.php3: lineheight for Textrows in Datadictionary
  9158.       was equal to textheight, i added one mm above and below text
  9159.       (hope your tables are not too big not to fit on a page now ;)
  9160.  
  9161. 2002-12-06 Alexander M. Turek  <rabus@users.sourceforge.net>
  9162.     * lang/german.inc.php3: Updates.
  9163.     * main.php3: Fixed bug #649641 (usernames containing '@' character).
  9164.     * libaraies/ob.lib.php3: Merged patch #647148 (Fix for Output Handler
  9165.       warning / php >= 4.3.0) by Mats Engstrom (matseng).
  9166.     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
  9167.     * lang/norvegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
  9168.       (sven-erik).
  9169.     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
  9170.     * lang/estonian-*.inc.php3: Updates, thanks to Alvar Soome (finsoft).
  9171.     * lang/italian-*.inc.php3:
  9172.       - Updates, thanks to Pietro Danesi (danone).
  9173.       - Coding standards.
  9174.  
  9175. 2002-12-06 Marc Delisle  <lem9@users.sourceforge.net>
  9176.     * lang/*.php3, pdf_schema.php3, pdf_pages.php3, db_details_structure.php3:
  9177.       new data dict feature for PDF pages, thanks to Maxime Delorme
  9178.     * lang/*.php3, libraries/auth/cookie.auth.lib.php3: login error message,
  9179.       thanks to Piotr Roszatycki (d3xter)
  9180.  
  9181. 2002-12-05 Alexander M. Turek  <rabus@users.sourceforge.net>
  9182.     * lang/swedish.inc.php3: Updates, thanks again to Bj├╢rn T. Hallberg (bth).
  9183.  
  9184. 2002-12-05 Marc Delisle  <lem9@users.sourceforge.net>
  9185.     * pdf_schema.php3: remove control M
  9186.     * lang/dutch update, thanks to Ivo Teel
  9187.  
  9188. 2002-12-04 Marc Delisle  <lem9@users.sourceforge.net>
  9189.     ### 2.3.3pl1 released
  9190.  
  9191.  
  9192.          --- Older ChangeLogs can be found on our project website ---
  9193.                      http://www.phpmyadmin.net/old-stuff/ChangeLogs/
  9194.  
  9195. # vim: et ts=4 sw=4 sts=4
  9196. # vim: ft=changelog fenc=utf-8 encoding=utf-8
  9197. # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
  9198. # vim: fdn=1 fdm=expr
  9199.